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-sponge-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.sponge.extension
├─ com.github.shynixn.mccoroutine.sponge.extension.ExtensionKt.class - [JAR]
com.github.shynixn.mccoroutine.sponge.dispatcher
├─ com.github.shynixn.mccoroutine.sponge.dispatcher.AsyncCoroutineDispatcher.class - [JAR]
├─ com.github.shynixn.mccoroutine.sponge.dispatcher.MinecraftCoroutineDispatcher.class - [JAR]
com.github.shynixn.mccoroutine.sponge.service
├─ com.github.shynixn.mccoroutine.sponge.service.CommandServiceImpl.class - [JAR]
├─ com.github.shynixn.mccoroutine.sponge.service.EventServiceImpl.class - [JAR]
com.github.shynixn.mccoroutine.sponge.impl
├─ com.github.shynixn.mccoroutine.sponge.impl.CoroutineSessionImpl.class - [JAR]
├─ com.github.shynixn.mccoroutine.sponge.impl.MCCoroutineImpl.class - [JAR]