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 AbstractPluginFramework-bungeecord-3.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.djrapitops.plugin
├─ com.djrapitops.plugin.BungeePlugin.class - [JAR]
com.djrapitops.plugin.task.bungee
├─ com.djrapitops.plugin.task.bungee.AbsBungeeRunnable.class - [JAR]
├─ com.djrapitops.plugin.task.bungee.AbsBungeeTask.class - [JAR]
├─ com.djrapitops.plugin.task.bungee.BungeeRunnableFactory.class - [JAR]
com.djrapitops.plugin.command.bungee
├─ com.djrapitops.plugin.command.bungee.BungeeCMDSender.class - [JAR]
├─ com.djrapitops.plugin.command.bungee.BungeeCommand.class - [JAR]