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 cloud-javacord-1.8.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cloud.commandframework.javacord
├─ cloud.commandframework.javacord.JavacordCommand.class - [JAR]
├─ cloud.commandframework.javacord.JavacordCommandManager.class - [JAR]
├─ cloud.commandframework.javacord.JavacordRegistrationHandler.class - [JAR]
cloud.commandframework.javacord.sender
├─ cloud.commandframework.javacord.sender.JavacordCommandSender.class - [JAR]
├─ cloud.commandframework.javacord.sender.JavacordPrivateSender.class - [JAR]
├─ cloud.commandframework.javacord.sender.JavacordServerSender.class - [JAR]