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 spigot-book-api-1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.upperlevel.spigot.book
├─ xyz.upperlevel.spigot.book.BookUtil.class - [JAR]
├─ xyz.upperlevel.spigot.book.CustomBookOpenEvent.class - [JAR]
├─ xyz.upperlevel.spigot.book.UnsupportedVersionException.class - [JAR]
xyz.upperlevel.spigot.book.internals
├─ xyz.upperlevel.spigot.book.internals.BookHelper.class - [JAR]
├─ xyz.upperlevel.spigot.book.internals.NmsBookHelper.class - [JAR]
├─ xyz.upperlevel.spigot.book.internals.NmsUtil.class - [JAR]
├─ xyz.upperlevel.spigot.book.internals.SpigotBookHelper.class - [JAR]