jar

com.github.siroshun09.adventureextender : adventureextender

Maven & Gradle

Jul 03, 2021
1 usages
0 stars

AdventureExtender · A library to extends Adventure.

Table Of Contents

Latest Version

Download com.github.siroshun09.adventureextender : adventureextender JAR file - Latest Versions:

All Versions

Download com.github.siroshun09.adventureextender : adventureextender JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]