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 adventureextender-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.siroshun09.adventureextender
├─ com.github.siroshun09.adventureextender.MessageReceivable.class - [JAR]
com.github.siroshun09.adventureextender.util
├─ com.github.siroshun09.adventureextender.util.Colorizer.class - [JAR]
├─ com.github.siroshun09.adventureextender.util.LocaleParser.class - [JAR]
com.github.siroshun09.adventureextender.loader.message
├─ com.github.siroshun09.adventureextender.loader.message.AbstractMessageLoader.class - [JAR]
├─ com.github.siroshun09.adventureextender.loader.message.FileConfigurationLoader.class - [JAR]
├─ com.github.siroshun09.adventureextender.loader.message.MessageLoader.class - [JAR]
com.github.siroshun09.adventureextender.loader.translation
├─ com.github.siroshun09.adventureextender.loader.translation.AbstractTranslationLoader.class - [JAR]
├─ com.github.siroshun09.adventureextender.loader.translation.PropertiesTranslationLoader.class - [JAR]
├─ com.github.siroshun09.adventureextender.loader.translation.TranslationLoader.class - [JAR]
├─ com.github.siroshun09.adventureextender.loader.translation.YamlTranslationLoader.class - [JAR]