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 spigot-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.madebydev.kraft.spigot
├─ com.madebydev.kraft.spigot.KotlinPlugin.class - [JAR]
com.madebydev.kraft.spigot.coroutines
├─ com.madebydev.kraft.spigot.coroutines.PluginAsyncCoroutineDispatcher.class - [JAR]
├─ com.madebydev.kraft.spigot.coroutines.PluginCoroutineDispatcher.class - [JAR]
├─ com.madebydev.kraft.spigot.coroutines.ServerHeartbeatController.class - [JAR]
com.madebydev.kraft.spigot.listener
├─ com.madebydev.kraft.spigot.listener.ExtensionsKt.class - [JAR]
├─ com.madebydev.kraft.spigot.listener.KotlinEventExecutor.class - [JAR]
├─ com.madebydev.kraft.spigot.listener.KotlinListener.class - [JAR]
├─ com.madebydev.kraft.spigot.listener.KotlinListenerKt.class - [JAR]
com.madebydev.kraft.spigot.command
├─ com.madebydev.kraft.spigot.command.ExtensionsKt.class - [JAR]
├─ com.madebydev.kraft.spigot.command.KotlinCommand.class - [JAR]
├─ com.madebydev.kraft.spigot.command.KotlinCommandBuilder.class - [JAR]
com.madebydev.kraft.spigot.time
├─ com.madebydev.kraft.spigot.time.ExtensionsKt.class - [JAR]
com.madebydev.kraft.spigot.nms
├─ com.madebydev.kraft.spigot.nms.ExtensionsKt.class - [JAR]