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 vector-game-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.patrick.vector.v1_12_R1
├─ com.github.patrick.vector.v1_12_R1.TapSupport.class - [JAR]
com.github.patrick.vector
├─ com.github.patrick.vector.VectorCommand.class - [JAR]
├─ com.github.patrick.vector.VectorConfigTask.class - [JAR]
├─ com.github.patrick.vector.VectorEventListener.class - [JAR]
├─ com.github.patrick.vector.VectorParticleTask.class - [JAR]
├─ com.github.patrick.vector.VectorPlugin.class - [JAR]
├─ com.github.patrick.vector.VectorUtils.class - [JAR]
com.github.patrick.vector.v1_15_R1
├─ com.github.patrick.vector.v1_15_R1.BukkitSupport.class - [JAR]