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 plugineer-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.shjibi.plugineer.util
├─ top.shjibi.plugineer.util.ItemBuilder.class - [JAR]
├─ top.shjibi.plugineer.util.NMSUtil.class - [JAR]
├─ top.shjibi.plugineer.util.StringUtil.class - [JAR]
top.shjibi.plugineer.config
├─ top.shjibi.plugineer.config.Config.class - [JAR]
├─ top.shjibi.plugineer.config.Configurable.class - [JAR]
├─ top.shjibi.plugineer.config.Data.class - [JAR]
top.shjibi.plugineer.command.base
├─ top.shjibi.plugineer.command.base.BasicCommand.class - [JAR]
├─ top.shjibi.plugineer.command.base.CommandInfo.class - [JAR]
├─ top.shjibi.plugineer.command.base.PlayerCommand.class - [JAR]
top.shjibi.plugineer.command
├─ top.shjibi.plugineer.command.CommandManager.class - [JAR]