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 bungee-3.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.siroshun09.mccommand.bungee.sender
├─ com.github.siroshun09.mccommand.bungee.sender.BungeeSender.class - [JAR]
com.github.siroshun09.mccommand.bungee
├─ com.github.siroshun09.mccommand.bungee.BungeeCommandFactory.class - [JAR]
com.github.siroshun09.mccommand.bungee.parser
├─ com.github.siroshun09.mccommand.bungee.parser.BungeeParser.class - [JAR]
├─ com.github.siroshun09.mccommand.bungee.parser.ProxiedPlayerParser.class - [JAR]