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 mccoroutine-bungeecord-core-2.13.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.shynixn.mccoroutine.bungeecord.service
├─ com.github.shynixn.mccoroutine.bungeecord.service.BungeeCordEventServiceImpl.class - [JAR]
com.github.shynixn.mccoroutine.bungeecord.dispatcher
├─ com.github.shynixn.mccoroutine.bungeecord.dispatcher.BungeeCordCoroutineDispatcher.class - [JAR]
com.github.shynixn.mccoroutine.bungeecord.impl
├─ com.github.shynixn.mccoroutine.bungeecord.impl.CoroutineSessionImpl.class - [JAR]
├─ com.github.shynixn.mccoroutine.bungeecord.impl.MCCoroutineImpl.class - [JAR]
com.github.shynixn.mccoroutine.bungeecord.extension
├─ com.github.shynixn.mccoroutine.bungeecord.extension.ExtensionKt.class - [JAR]