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 custom-entity-forge-1.12.2-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.patrick.customentity
├─ com.github.patrick.customentity.CustomEntityMod.class - [JAR]
├─ com.github.patrick.customentity.Proxy.class - [JAR]
com.github.patrick.customentity.network
├─ com.github.patrick.customentity.network.MessageColor.class - [JAR]
├─ com.github.patrick.customentity.network.MessageColorAndScale.class - [JAR]
├─ com.github.patrick.customentity.network.MessageHandler.class - [JAR]
├─ com.github.patrick.customentity.network.MessageRegister.class - [JAR]
├─ com.github.patrick.customentity.network.MessageScale.class - [JAR]
├─ com.github.patrick.customentity.network.MessageUnregister.class - [JAR]
├─ com.github.patrick.customentity.network.PacketDispatcher.class - [JAR]
com.github.patrick.customentity.renderer.asm
├─ com.github.patrick.customentity.renderer.asm.ASMRenderer.class - [JAR]
org.intellij.lang.annotations
├─ org.intellij.lang.annotations.Flow.class - [JAR]
├─ org.intellij.lang.annotations.Identifier.class - [JAR]
├─ org.intellij.lang.annotations.JdkConstants.class - [JAR]
├─ org.intellij.lang.annotations.Language.class - [JAR]
├─ org.intellij.lang.annotations.MagicConstant.class - [JAR]
├─ org.intellij.lang.annotations.Pattern.class - [JAR]
├─ org.intellij.lang.annotations.PrintFormat.class - [JAR]
├─ org.intellij.lang.annotations.PrintFormatPattern.class - [JAR]
├─ org.intellij.lang.annotations.RegExp.class - [JAR]
├─ org.intellij.lang.annotations.Subst.class - [JAR]
com.github.patrick.customentity.client
├─ com.github.patrick.customentity.client.CustomEntity.class - [JAR]
├─ com.github.patrick.customentity.client.CustomEntityEvent.class - [JAR]
├─ com.github.patrick.customentity.client.CustomEntityManager.class - [JAR]
├─ com.github.patrick.customentity.client.ProxyClient.class - [JAR]
org.jetbrains.annotations
├─ org.jetbrains.annotations.Async.class - [JAR]
├─ org.jetbrains.annotations.Contract.class - [JAR]
├─ org.jetbrains.annotations.Nls.class - [JAR]
├─ org.jetbrains.annotations.NonNls.class - [JAR]
├─ org.jetbrains.annotations.NotNull.class - [JAR]
├─ org.jetbrains.annotations.Nullable.class - [JAR]
├─ org.jetbrains.annotations.PropertyKey.class - [JAR]
├─ org.jetbrains.annotations.TestOnly.class - [JAR]
com.github.patrick.customentity.command
├─ com.github.patrick.customentity.command.CustomEntityCommand.class - [JAR]
com.github.patrick.customentity.renderer
├─ com.github.patrick.customentity.renderer.CustomRenderer.class - [JAR]
com.github.patrick.customentity.util
├─ com.github.patrick.customentity.util.EntityUtils.class - [JAR]