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 Home-Camp-2.2.1+1.18.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
the_fireplace.homecamp.domain.config
├─ the_fireplace.homecamp.domain.config.ConfigValues.class - [JAR]
the_fireplace.homecamp
├─ the_fireplace.homecamp.CampfireSpawnEligibility.class - [JAR]
├─ the_fireplace.homecamp.HomeCamp.class - [JAR]
the_fireplace.homecamp.entrypoints
├─ the_fireplace.homecamp.entrypoints.ModMenuEntrypoint.class - [JAR]
the_fireplace.homecamp.mixin
├─ the_fireplace.homecamp.mixin.PlayerEntityMixin.class - [JAR]
├─ the_fireplace.homecamp.mixin.PlayerManagerMixin.class - [JAR]
├─ the_fireplace.homecamp.mixin.SpawnHelperMixin.class - [JAR]
the_fireplace.homecamp.config
├─ the_fireplace.homecamp.config.DefaultConfigValues.class - [JAR]
├─ the_fireplace.homecamp.config.HCConfig.class - [JAR]
├─ the_fireplace.homecamp.config.HCConfigScreenFactory.class - [JAR]