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 creo-block-api-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.creoii.creoapi.api.block
├─ dev.creoii.creoapi.api.block.CreoBlock.class - [JAR]
├─ dev.creoii.creoapi.api.block.Spreadable.class - [JAR]
dev.creoii.creoapi.impl.block
├─ dev.creoii.creoapi.impl.block.BlockImpl.class - [JAR]
├─ dev.creoii.creoapi.impl.block.SpreadableImpl.class - [JAR]
dev.creoii.creoapi.mixin.block
├─ dev.creoii.creoapi.mixin.block.AbstractBlockMixin.class - [JAR]
├─ dev.creoii.creoapi.mixin.block.EntityMixin.class - [JAR]
├─ dev.creoii.creoapi.mixin.block.StructureTemplateMixin.class - [JAR]