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-api-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.api.enumeration
├─ com.github.shynixn.structureblocklib.api.enumeration.StructureMirror.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.enumeration.StructureMode.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.enumeration.StructureRestriction.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.enumeration.StructureRotation.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.enumeration.Version.class - [JAR]
com.github.shynixn.structureblocklib.api.entity
├─ com.github.shynixn.structureblocklib.api.entity.Position.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.entity.ProgressToken.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.entity.StructureEntity.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.entity.StructureLoaderAbstract.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.entity.StructurePlaceMeta.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.entity.StructurePlacePart.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.entity.StructureReadMeta.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.entity.StructureSaverAbstract.class - [JAR]
com.github.shynixn.structureblocklib.api.service
├─ com.github.shynixn.structureblocklib.api.service.ProxyService.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.service.StructureSerializationService.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.service.StructureWorldService.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.service.TypeConversionService.class - [JAR]
com.github.shynixn.structureblocklib.api.block
├─ com.github.shynixn.structureblocklib.api.block.StructureBlockAbstract.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.block.StructureBlockConstructionAbstract.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.block.StructureBlockCornerAbstract.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.block.StructureBlockDataAbstract.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.block.StructureBlockLoadAbstract.class - [JAR]
├─ com.github.shynixn.structureblocklib.api.block.StructureBlockSaveAbstract.class - [JAR]