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 customentityapi-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.iltotore.customentity.type
├─ io.github.iltotore.customentity.type.CompositeEntityRoot.class - [JAR]
├─ io.github.iltotore.customentity.type.CompositeEntityType.class - [JAR]
├─ io.github.iltotore.customentity.type.CustomEntityRoot.class - [JAR]
├─ io.github.iltotore.customentity.type.CustomEntityType.class - [JAR]
├─ io.github.iltotore.customentity.type.DefaultEntityType.class - [JAR]
io.github.iltotore.customentity
├─ io.github.iltotore.customentity.BiomeSpawn.class - [JAR]
├─ io.github.iltotore.customentity.CreatureType.class - [JAR]
├─ io.github.iltotore.customentity.CustomEntityAPI.class - [JAR]
├─ io.github.iltotore.customentity.CustomRegistry.class - [JAR]
├─ io.github.iltotore.customentity.HashCustomRegistry.class - [JAR]
├─ io.github.iltotore.customentity.NMSHandler.class - [JAR]
├─ io.github.iltotore.customentity.PersistentEntity.class - [JAR]
├─ io.github.iltotore.customentity.Plugin.class - [JAR]
io.github.iltotore.customentity.example
├─ io.github.iltotore.customentity.example.CustomZombieRoot.class - [JAR]
io.github.iltotore.customentity.util
├─ io.github.iltotore.customentity.util.ReflectUtil.class - [JAR]
├─ io.github.iltotore.customentity.util.ServerVersion.class - [JAR]
├─ io.github.iltotore.customentity.util.SuppliedValue.class - [JAR]
├─ io.github.iltotore.customentity.util.ThrowingConsumer.class - [JAR]
├─ io.github.iltotore.customentity.util.UnsupportedSpigotVersionException.class - [JAR]