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 InventoryGUI-api-4.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.projecttl.inventory.util
├─ net.projecttl.inventory.util.InvLocation.class - [JAR]
├─ net.projecttl.inventory.util.InventoryType.class - [JAR]
├─ net.projecttl.inventory.util.LinkedSlot.class - [JAR]
├─ net.projecttl.inventory.util.MathSupport.class - [JAR]
├─ net.projecttl.inventory.util.ObservableHashMap.class - [JAR]
├─ net.projecttl.inventory.util.Slot.class - [JAR]
├─ net.projecttl.inventory.util.SlotHandler.class - [JAR]
net.projecttl.inventory
├─ net.projecttl.inventory.Animation.class - [JAR]
├─ net.projecttl.inventory.InventoryGUI.class - [JAR]
├─ net.projecttl.inventory.InventoryGUIKt.class - [JAR]
net.projecttl.inventory.gui
├─ net.projecttl.inventory.gui.InventoryBuilder.class - [JAR]
├─ net.projecttl.inventory.gui.LinkedInventoryBuilder.class - [JAR]
├─ net.projecttl.inventory.gui.SimpleInventoryBuilder.class - [JAR]