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 pluginapi-2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.magicpluginteam.pluginapi
├─ io.github.magicpluginteam.pluginapi.Plugin.class - [JAR]
io.github.magicpluginteam.pluginapi.yaml
├─ io.github.magicpluginteam.pluginapi.yaml.Yaml.class - [JAR]
io.github.magicpluginteam.pluginapi.test
├─ io.github.magicpluginteam.pluginapi.test.GuiTestCode.class - [JAR]
├─ io.github.magicpluginteam.pluginapi.test.TestCodeBase.class - [JAR]
├─ io.github.magicpluginteam.pluginapi.test.YamlTestCode.class - [JAR]
io.github.magicpluginteam.pluginapi.utils
├─ io.github.magicpluginteam.pluginapi.utils.ClassUtils.class - [JAR]