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 dutchyhome-2.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.array21.dutchyhome
├─ dev.array21.dutchyhome.DutchyHome.class - [JAR]
├─ dev.array21.dutchyhome.PlayerHomes.class - [JAR]
dev.array21.dutchyhome.commands
├─ dev.array21.dutchyhome.commands.DelHomeCommandExecutor.class - [JAR]
├─ dev.array21.dutchyhome.commands.HomeCommandExecutor.class - [JAR]
├─ dev.array21.dutchyhome.commands.HomesCommandExecutor.class - [JAR]
├─ dev.array21.dutchyhome.commands.SetHomeCommandExecutor.class - [JAR]
dev.array21.dutchyhome.listeners
├─ dev.array21.dutchyhome.listeners.PlayerTransferEventListener.class - [JAR]
dev.array21.dutchyhome.events
├─ dev.array21.dutchyhome.events.HomeTeleportEvent.class - [JAR]
dev.array21.dutchyhome.tabcompleters
├─ dev.array21.dutchyhome.tabcompleters.DelHomeCommandCompleter.class - [JAR]
├─ dev.array21.dutchyhome.tabcompleters.HomeCommandCompleter.class - [JAR]
├─ dev.array21.dutchyhome.tabcompleters.HomesCommandCompleter.class - [JAR]
├─ dev.array21.dutchyhome.tabcompleters.SetHomeCommandCompleter.class - [JAR]