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 Fires-Survival-Tweaks-Fabric-2.3.3+1.18.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.the_fireplace.fst.entrypoints
├─ dev.the_fireplace.fst.entrypoints.ConfigGui.class - [JAR]
├─ dev.the_fireplace.fst.entrypoints.DataGenerator.class - [JAR]
├─ dev.the_fireplace.fst.entrypoints.Main.class - [JAR]
dev.the_fireplace.fst.datagen
├─ dev.the_fireplace.fst.datagen.BlockTagsProvider.class - [JAR]
dev.the_fireplace.fst.domain.config
├─ dev.the_fireplace.fst.domain.config.ConfigValues.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.FSTConstants.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.NetherCropGrowthHandler.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.DefaultConfig.class - [JAR]
├─ dev.the_fireplace.fst.config.FSTConfigScreenFactory.class - [JAR]
├─ dev.the_fireplace.fst.config.ModConfig.class - [JAR]