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-framework-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.jdiscordbots.command_framework.command
├─ io.github.jdiscordbots.command_framework.command.Argument.class - [JAR]
├─ io.github.jdiscordbots.command_framework.command.ArgumentTemplate.class - [JAR]
├─ io.github.jdiscordbots.command_framework.command.Command.class - [JAR]
├─ io.github.jdiscordbots.command_framework.command.CommandEvent.class - [JAR]
├─ io.github.jdiscordbots.command_framework.command.ICommand.class - [JAR]
io.github.jdiscordbots.command_framework.command.text
├─ io.github.jdiscordbots.command_framework.command.text.MessageArgument.class - [JAR]
├─ io.github.jdiscordbots.command_framework.command.text.MessageCommandEvent.class - [JAR]
io.github.jdiscordbots.command_framework.command.slash
├─ io.github.jdiscordbots.command_framework.command.slash.SlashArgument.class - [JAR]
├─ io.github.jdiscordbots.command_framework.command.slash.SlashCommandFrameworkEvent.class - [JAR]
io.github.jdiscordbots.command_framework
├─ io.github.jdiscordbots.command_framework.CommandContainer.class - [JAR]
├─ io.github.jdiscordbots.command_framework.CommandFramework.class - [JAR]
├─ io.github.jdiscordbots.command_framework.CommandHandler.class - [JAR]
├─ io.github.jdiscordbots.command_framework.CommandListener.class - [JAR]
├─ io.github.jdiscordbots.command_framework.CommandParser.class - [JAR]
├─ io.github.jdiscordbots.command_framework.SlashCommandBuilder.class - [JAR]