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 structureblocklib-core-2.11.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.shynixn.structureblocklib.core.block
├─ com.github.shynixn.structureblocklib.core.block.StructureBlockAbstractImpl.class - [JAR]
com.github.shynixn.structureblocklib.core.entity
├─ com.github.shynixn.structureblocklib.core.entity.GenericWrapper.class - [JAR]
├─ com.github.shynixn.structureblocklib.core.entity.PositionImpl.class - [JAR]
├─ com.github.shynixn.structureblocklib.core.entity.ProgressTokenImpl.class - [JAR]
├─ com.github.shynixn.structureblocklib.core.entity.StructureLoaderAbstractImpl.class - [JAR]
├─ com.github.shynixn.structureblocklib.core.entity.StructurePlaceMetaImpl.class - [JAR]
├─ com.github.shynixn.structureblocklib.core.entity.StructureReadMetaImpl.class - [JAR]
├─ com.github.shynixn.structureblocklib.core.entity.StructureSaverAbstractImpl.class - [JAR]