View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window FiresSurvivalTweaks-2.1.0+1.16.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.the_fireplace.fst.datagen
├─ dev.the_fireplace.fst.datagen.BlockTagsProvider.class - [JAR]
dev.the_fireplace.fst.mixin
├─ dev.the_fireplace.fst.mixin.BlockMixin.class - [JAR]
├─ dev.the_fireplace.fst.mixin.ClientSpawnerBlockMixin.class - [JAR]
├─ dev.the_fireplace.fst.mixin.FallingBlockInvoker.class - [JAR]
├─ dev.the_fireplace.fst.mixin.PlayerEntityMixin.class - [JAR]
├─ dev.the_fireplace.fst.mixin.ServerPlayerEntityMixin.class - [JAR]
├─ dev.the_fireplace.fst.mixin.ServerWorldMixin.class - [JAR]
├─ dev.the_fireplace.fst.mixin.SlimeEntityMixin.class - [JAR]
├─ dev.the_fireplace.fst.mixin.SlimeInvoker.class - [JAR]
├─ dev.the_fireplace.fst.mixin.SpawnerBlockMixin.class - [JAR]
dev.the_fireplace.fst.tags
├─ dev.the_fireplace.fst.tags.FSTBlockTags.class - [JAR]
dev.the_fireplace.fst
├─ dev.the_fireplace.fst.FiresSurvivalTweaks.class - [JAR]
dev.the_fireplace.fst.commands
├─ dev.the_fireplace.fst.commands.FSTCommands.class - [JAR]
├─ dev.the_fireplace.fst.commands.FSTReloadCommand.class - [JAR]
dev.the_fireplace.fst.logic
├─ dev.the_fireplace.fst.logic.CaveinLogic.class - [JAR]
├─ dev.the_fireplace.fst.logic.CoordMath.class - [JAR]
├─ dev.the_fireplace.fst.logic.SilkedSpawnerManager.class - [JAR]
├─ dev.the_fireplace.fst.logic.SlimeGrowthLogic.class - [JAR]
dev.the_fireplace.fst.config
├─ dev.the_fireplace.fst.config.ModConfig.class - [JAR]
├─ dev.the_fireplace.fst.config.ModMenuIntegration.class - [JAR]