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 paper-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.paper.parser
├─ com.github.siroshun09.mccommand.paper.parser.BukkitParser.class - [JAR]
├─ com.github.siroshun09.mccommand.paper.parser.MaterialParser.class - [JAR]
├─ com.github.siroshun09.mccommand.paper.parser.OfflinePlayerParser.class - [JAR]
├─ com.github.siroshun09.mccommand.paper.parser.PlayerExactParser.class - [JAR]
├─ com.github.siroshun09.mccommand.paper.parser.PlayerParser.class - [JAR]
├─ com.github.siroshun09.mccommand.paper.parser.SoundParser.class - [JAR]
com.github.siroshun09.mccommand.paper.sender
├─ com.github.siroshun09.mccommand.paper.sender.PaperSender.class - [JAR]
com.github.siroshun09.mccommand.paper
├─ com.github.siroshun09.mccommand.paper.PaperCommandFactory.class - [JAR]
com.github.siroshun09.mccommand.paper.listener
├─ com.github.siroshun09.mccommand.paper.listener.AsyncTabCompleteListener.class - [JAR]