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 mCommands-spigot-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.mqzn.commands.help
├─ io.github.mqzn.commands.help.SpigotCommandHelpProvider.class - [JAR]
io.github.mqzn.commands.arguments
├─ io.github.mqzn.commands.arguments.ArgumentLocation.class - [JAR]
├─ io.github.mqzn.commands.arguments.ArgumentOfflinePlayer.class - [JAR]
├─ io.github.mqzn.commands.arguments.ArgumentOnlinePlayer.class - [JAR]
├─ io.github.mqzn.commands.arguments.ArgumentUUID.class - [JAR]
├─ io.github.mqzn.commands.arguments.ArgumentWorld.class - [JAR]
├─ io.github.mqzn.commands.arguments.SpigotArgument.class - [JAR]
io.github.mqzn.commands
├─ io.github.mqzn.commands.InternalSpigotCommand.class - [JAR]
├─ io.github.mqzn.commands.SpigotCaption.class - [JAR]
├─ io.github.mqzn.commands.SpigotCommandManager.class - [JAR]
├─ io.github.mqzn.commands.SpigotCommandRequirement.class - [JAR]
├─ io.github.mqzn.commands.SpigotCommandSyntaxBuilder.class - [JAR]
├─ io.github.mqzn.commands.SpigotSenderWrapper.class - [JAR]
├─ io.github.mqzn.commands.SpigotSubCommandBuilder.class - [JAR]
io.github.mqzn.commands.test
├─ io.github.mqzn.commands.test.ArenaCommand.class - [JAR]
├─ io.github.mqzn.commands.test.ChildPAPSub.class - [JAR]
├─ io.github.mqzn.commands.test.SpigotPluginTest.class - [JAR]
├─ io.github.mqzn.commands.test.TestAnnotation.class - [JAR]
├─ io.github.mqzn.commands.test.TestCommandHelpProvider.class - [JAR]
├─ io.github.mqzn.commands.test.TestCommandSyntaxPageDisplayer.class - [JAR]
├─ io.github.mqzn.commands.test.TestGreedySyntax.class - [JAR]
├─ io.github.mqzn.commands.test.TestHelpStyle.class - [JAR]
io.github.mqzn.commands.test.subs
├─ io.github.mqzn.commands.test.subs.DebugCommand.class - [JAR]
├─ io.github.mqzn.commands.test.subs.ExperienceSubCommand.class - [JAR]
├─ io.github.mqzn.commands.test.subs.PAPSubCommand.class - [JAR]
├─ io.github.mqzn.commands.test.subs.PSPSubCommand.class - [JAR]