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 petblocks-tools-8.29.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.shynixn.petblockstools.logic.entity
├─ com.github.shynixn.petblockstools.logic.entity.SkinDescription.class - [JAR]
com.github.shynixn.petblockstools.logic.context
├─ com.github.shynixn.petblockstools.logic.context.SqlDbContextImpl.class - [JAR]
com.github.shynixn.petblockstools.logic.proxy
├─ com.github.shynixn.petblockstools.logic.proxy.SqlProxyImpl.class - [JAR]
com.github.shynixn.petblockstools.contract
├─ com.github.shynixn.petblockstools.contract.ConfigService.class - [JAR]
├─ com.github.shynixn.petblockstools.contract.SonaTypeService.class - [JAR]
com.github.shynixn.petblockstools
├─ com.github.shynixn.petblockstools.MainKt.class - [JAR]
com.github.shynixn.petblockstools.logic.service
├─ com.github.shynixn.petblockstools.logic.service.ConfigServiceImpl.class - [JAR]
├─ com.github.shynixn.petblockstools.logic.service.PublishPetBlocksToDiscord.class - [JAR]
├─ com.github.shynixn.petblockstools.logic.service.SonaTypeServiceImpl.class - [JAR]