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 labyrinth-regions-1.9.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.sanctum.labyrinth.event
├─ com.github.sanctum.labyrinth.event.CuboidSelectEvent.class - [JAR]
├─ com.github.sanctum.labyrinth.event.RegionBuildEvent.class - [JAR]
├─ com.github.sanctum.labyrinth.event.RegionDestroyEvent.class - [JAR]
├─ com.github.sanctum.labyrinth.event.RegionInteractEvent.class - [JAR]
├─ com.github.sanctum.labyrinth.event.RegionInteractionEvent.class - [JAR]
├─ com.github.sanctum.labyrinth.event.RegionPVPEvent.class - [JAR]
├─ com.github.sanctum.labyrinth.event.RegionTraverseEvent.class - [JAR]
com.github.sanctum.labyrinth.data
├─ com.github.sanctum.labyrinth.data.Region.class - [JAR]
├─ com.github.sanctum.labyrinth.data.RegionFlag.class - [JAR]
├─ com.github.sanctum.labyrinth.data.RegionServicesManager.class - [JAR]
com.github.sanctum.labyrinth.library
├─ com.github.sanctum.labyrinth.library.Cuboid.class - [JAR]