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 command-bukkit-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.typecraft.command.bukkit
├─ io.typecraft.command.bukkit.BukkitArguments.class - [JAR]
├─ io.typecraft.command.bukkit.BukkitCommandConfig.class - [JAR]
├─ io.typecraft.command.bukkit.BukkitCommandHelp.class - [JAR]
├─ io.typecraft.command.bukkit.BukkitCommands.class - [JAR]
├─ io.typecraft.command.bukkit.BukkitConverters.class - [JAR]
├─ io.typecraft.command.bukkit.CommandBukkitPlugin.class - [JAR]
├─ io.typecraft.command.bukkit.ExampleCommand.class - [JAR]