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 mirai-hotfix-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ndhzs.hotfix.controller.impl
├─ com.ndhzs.hotfix.controller.impl.CommonHotfixController.class - [JAR]
com.ndhzs.hotfix.file
├─ com.ndhzs.hotfix.file.HotfixFileController.class - [JAR]
com.ndhzs.hotfix.hotfix.chat
├─ com.ndhzs.hotfix.hotfix.chat.IChatHotfix.class - [JAR]
com.ndhzs.hotfix.hotfix.cancel.impl
├─ com.ndhzs.hotfix.hotfix.cancel.impl.CommonCancelHotfix.class - [JAR]
com.ndhzs.hotfix.suffix
├─ com.ndhzs.hotfix.suffix.AbstractHotfixSuffixHandler.class - [JAR]
com.ndhzs.hotfix.hotfix.reload
├─ com.ndhzs.hotfix.hotfix.reload.IReloadHotfix.class - [JAR]
com.ndhzs.hotfix.comand
├─ com.ndhzs.hotfix.comand.HotfixCommandSender.class - [JAR]
com.ndhzs.hotfix
├─ com.ndhzs.hotfix.HotfixCommand.class - [JAR]
├─ com.ndhzs.hotfix.HotfixKotlinPlugin.class - [JAR]
com.ndhzs.hotfix.suffix.jar
├─ com.ndhzs.hotfix.suffix.jar.JarEntrance.class - [JAR]
├─ com.ndhzs.hotfix.suffix.jar.JarEntranceKt.class - [JAR]
├─ com.ndhzs.hotfix.suffix.jar.JarHotfixSuffixHandler.class - [JAR]
├─ com.ndhzs.hotfix.suffix.jar.JarHotfixUser.class - [JAR]
├─ com.ndhzs.hotfix.suffix.jar.JarHotfixUserKt.class - [JAR]
com.ndhzs.hotfix.controller
├─ com.ndhzs.hotfix.controller.AbstractHotfixController.class - [JAR]
├─ com.ndhzs.hotfix.controller.IHotfixController.class - [JAR]
com.ndhzs.hotfix.hotfix.delete
├─ com.ndhzs.hotfix.hotfix.delete.IDeleteHotfix.class - [JAR]
com.ndhzs.hotfix.hotfix.cancel
├─ com.ndhzs.hotfix.hotfix.cancel.ICancelHotfix.class - [JAR]
com.ndhzs.hotfix.hotfix.reload.impl
├─ com.ndhzs.hotfix.hotfix.reload.impl.CommonReloadHotfix.class - [JAR]
com.ndhzs.hotfix.hotfix.chat.impl
├─ com.ndhzs.hotfix.hotfix.chat.impl.CommonChatHotfix.class - [JAR]
com.ndhzs.hotfix.hotfix.delete.impl
├─ com.ndhzs.hotfix.hotfix.delete.impl.CommonDeleteHotfix.class - [JAR]