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-content-modification-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.mixin.modification
├─ dev.creoii.creoapi.mixin.modification.EntityTypeAccessor.class - [JAR]
├─ dev.creoii.creoapi.mixin.modification.StatusEffectAccessor.class - [JAR]
dev.creoii.creoapi.impl.modification.util
├─ dev.creoii.creoapi.impl.modification.util.ExtendedEnchantment.class - [JAR]
dev.creoii.creoapi.impl.modification
├─ dev.creoii.creoapi.impl.modification.BlockModificationImpl.class - [JAR]
├─ dev.creoii.creoapi.impl.modification.EnchantmentImpl.class - [JAR]
├─ dev.creoii.creoapi.impl.modification.EnchantmentModificationImpl.class - [JAR]
├─ dev.creoii.creoapi.impl.modification.EntityTypeModificationImpl.class - [JAR]
├─ dev.creoii.creoapi.impl.modification.ItemModificationImpl.class - [JAR]
├─ dev.creoii.creoapi.impl.modification.StatusEffectModificationImpl.class - [JAR]
dev.creoii.creoapi.mixin.modification.block
├─ dev.creoii.creoapi.mixin.modification.block.AbstractBlockAccessor.class - [JAR]
├─ dev.creoii.creoapi.mixin.modification.block.AbstractBlockStateAccessor.class - [JAR]
├─ dev.creoii.creoapi.mixin.modification.block.AbstractBlockStateMixin.class - [JAR]
├─ dev.creoii.creoapi.mixin.modification.block.BlockSettingsAccessor.class - [JAR]
dev.creoii.creoapi.api.modification
├─ dev.creoii.creoapi.api.modification.BlockModification.class - [JAR]
├─ dev.creoii.creoapi.api.modification.EnchantmentModification.class - [JAR]
├─ dev.creoii.creoapi.api.modification.EntityTypeModification.class - [JAR]
├─ dev.creoii.creoapi.api.modification.ItemModification.class - [JAR]
├─ dev.creoii.creoapi.api.modification.StatusEffectModification.class - [JAR]
dev.creoii.creoapi.mixin.modification.enchantment
├─ dev.creoii.creoapi.mixin.modification.enchantment.EnchantmentAccessor.class - [JAR]
├─ dev.creoii.creoapi.mixin.modification.enchantment.EnchantmentMixin.class - [JAR]
dev.creoii.creoapi.mixin.modification.item
├─ dev.creoii.creoapi.mixin.modification.item.BlockItemAccessor.class - [JAR]
├─ dev.creoii.creoapi.mixin.modification.item.ItemAccessor.class - [JAR]
├─ dev.creoii.creoapi.mixin.modification.item.SpawnEggItemAccessor.class - [JAR]