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 hscore-minecraft-gui-4.3.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.hsgamer.hscore.minecraft.gui
├─ me.hsgamer.hscore.minecraft.gui.GUIDisplay.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.GUIHolder.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.GUIProperties.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.InventoryGUIDisplay.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.package-info.class - [JAR]
me.hsgamer.hscore.minecraft.gui.event
├─ me.hsgamer.hscore.minecraft.gui.event.CancellableEvent.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.event.ClickEvent.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.event.CloseEvent.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.event.OpenEvent.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.event.ViewerEvent.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.event.package-info.class - [JAR]
me.hsgamer.hscore.minecraft.gui.button
├─ me.hsgamer.hscore.minecraft.gui.button.Button.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.button.ButtonMap.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.button.ViewedButton.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.button.package-info.class - [JAR]
me.hsgamer.hscore.minecraft.gui.object
├─ me.hsgamer.hscore.minecraft.gui.object.InventoryPosition.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.object.Item.class - [JAR]
├─ me.hsgamer.hscore.minecraft.gui.object.package-info.class - [JAR]