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 mccommand-6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.inggameteam.command.tree
├─ io.github.inggameteam.command.tree.ArgumentCommandNode.class - [JAR]
├─ io.github.inggameteam.command.tree.CommandNode.class - [JAR]
├─ io.github.inggameteam.command.tree.EmptyNode.class - [JAR]
├─ io.github.inggameteam.command.tree.RootCommandNode.class - [JAR]
io.github.inggameteam.command
├─ io.github.inggameteam.command.CommandDispatcher.class - [JAR]
├─ io.github.inggameteam.command.MCCommand.class - [JAR]
├─ io.github.inggameteam.command.MCCommandKt.class - [JAR]
├─ io.github.inggameteam.command.StringReader.class - [JAR]
io.github.inggameteam.command.context
├─ io.github.inggameteam.command.context.CommandContext.class - [JAR]
├─ io.github.inggameteam.command.context.CommandContextBuilder.class - [JAR]
├─ io.github.inggameteam.command.context.ParsedArgument.class - [JAR]