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 command-bukkit-3.0.0-alpha06.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ru.astrainteractive.astralibs.command.api.parser
├─ ru.astrainteractive.astralibs.command.api.parser.BukkitCommandParser.class - [JAR]
ru.astrainteractive.astralibs.command.api.sideeffect
├─ ru.astrainteractive.astralibs.command.api.sideeffect.BukkitCommandSideEffect.class - [JAR]
ru.astrainteractive.astralibs.command.api.commandfactory
├─ ru.astrainteractive.astralibs.command.api.commandfactory.BukkitCommandFactory.class - [JAR]
ru.astrainteractive.astralibs.command.api.argumenttype
├─ ru.astrainteractive.astralibs.command.api.argumenttype.OnlinePlayerArgument.class - [JAR]
├─ ru.astrainteractive.astralibs.command.api.argumenttype.PotionEffectTypeArgument.class - [JAR]
ru.astrainteractive.astralibs.command.api.command
├─ ru.astrainteractive.astralibs.command.api.command.BukkitCommand.class - [JAR]
ru.astrainteractive.astralibs.command.api.registry
├─ ru.astrainteractive.astralibs.command.api.registry.BukkitCommandRegistry.class - [JAR]
├─ ru.astrainteractive.astralibs.command.api.registry.BukkitCommandRegistryContext.class - [JAR]
ru.astrainteractive.astralibs.command.api.context
├─ ru.astrainteractive.astralibs.command.api.context.BukkitCommandContext.class - [JAR]