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 input-paper-2.5.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.portlek.input.paper
├─ io.github.portlek.input.paper.PaperChatPlatform.class - [JAR]
├─ io.github.portlek.input.paper.PprChatEvent.class - [JAR]
├─ io.github.portlek.input.paper.PprChatSender.class - [JAR]
├─ io.github.portlek.input.paper.PprChatTask.class - [JAR]
├─ io.github.portlek.input.paper.PprQuitEvent.class - [JAR]
io.github.portlek.input
├─ io.github.portlek.input.ChatInput.class - [JAR]
├─ io.github.portlek.input.ChatPlatform.class - [JAR]
├─ io.github.portlek.input.ChatSender.class - [JAR]
├─ io.github.portlek.input.ChatTask.class - [JAR]
├─ io.github.portlek.input.ChatWrap.class - [JAR]
├─ io.github.portlek.input.EndReason.class - [JAR]
io.github.portlek.input.event
├─ io.github.portlek.input.event.ChatEvent.class - [JAR]
├─ io.github.portlek.input.event.QuitEvent.class - [JAR]
├─ io.github.portlek.input.event.SenderEvent.class - [JAR]