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-console-loader-1.2.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.itxtech.mcl
├─ org.itxtech.mcl.Agent.class - [JAR]
├─ org.itxtech.mcl.Loader.class - [JAR]
├─ org.itxtech.mcl.Utility.class - [JAR]
org.itxtech.mcl.script
├─ org.itxtech.mcl.script.Phase.class - [JAR]
├─ org.itxtech.mcl.script.Script.class - [JAR]
├─ org.itxtech.mcl.script.ScriptManager.class - [JAR]
org.itxtech.mcl.utils
├─ org.itxtech.mcl.utils.AnsiColor.class - [JAR]
├─ org.itxtech.mcl.utils.AnsiMsg.class - [JAR]
org.itxtech.mcl.component
├─ org.itxtech.mcl.component.Config.class - [JAR]
├─ org.itxtech.mcl.component.DownloadObserver.class - [JAR]
├─ org.itxtech.mcl.component.Downloader.class - [JAR]
├─ org.itxtech.mcl.component.Logger.class - [JAR]
├─ org.itxtech.mcl.component.Repository.class - [JAR]
org.itxtech.mcl.impl
├─ org.itxtech.mcl.impl.AnsiLogger.class - [JAR]
├─ org.itxtech.mcl.impl.DefaultDownloader.class - [JAR]
├─ org.itxtech.mcl.impl.DefaultLogger.class - [JAR]