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-Forge-2.2.2+1.19.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.the_fireplace.homecamp.mixin
├─ dev.the_fireplace.homecamp.mixin.PlayerEntityMixin.class - [JAR]
├─ dev.the_fireplace.homecamp.mixin.PlayerManagerMixin.class - [JAR]
├─ dev.the_fireplace.homecamp.mixin.SpawnHelperMixin.class - [JAR]
dev.the_fireplace.homecamp
├─ dev.the_fireplace.homecamp.CampfireSpawnEligibility.class - [JAR]
├─ dev.the_fireplace.homecamp.HomeCampConstants.class - [JAR]
dev.the_fireplace.homecamp.eventhandlers
├─ dev.the_fireplace.homecamp.eventhandlers.ConfigGuiRegistrationHandler.class - [JAR]
├─ dev.the_fireplace.homecamp.eventhandlers.UseBlockHandler.class - [JAR]
dev.the_fireplace.homecamp.config
├─ dev.the_fireplace.homecamp.config.DefaultConfigValues.class - [JAR]
├─ dev.the_fireplace.homecamp.config.HCConfig.class - [JAR]
├─ dev.the_fireplace.homecamp.config.HCConfigScreenFactory.class - [JAR]
dev.the_fireplace.homecamp.entrypoints
├─ dev.the_fireplace.homecamp.entrypoints.Forge.class - [JAR]
dev.the_fireplace.homecamp.domain.config
├─ dev.the_fireplace.homecamp.domain.config.ConfigValues.class - [JAR]