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 jda-boot-1.0.0-alpha4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.swiftbyte.jdaboot.annotation.interactions
├─ de.swiftbyte.jdaboot.annotation.interactions.Button.class - [JAR]
de.swiftbyte.jdaboot.interactions.commands
├─ de.swiftbyte.jdaboot.interactions.commands.CommandManager.class - [JAR]
├─ de.swiftbyte.jdaboot.interactions.commands.ContextCommandExecutor.class - [JAR]
├─ de.swiftbyte.jdaboot.interactions.commands.MessageContextCommandExecutor.class - [JAR]
├─ de.swiftbyte.jdaboot.interactions.commands.SlashCommandExecutor.class - [JAR]
├─ de.swiftbyte.jdaboot.interactions.commands.UserContextCommandExecutor.class - [JAR]
de.swiftbyte.jdaboot.embeds
├─ de.swiftbyte.jdaboot.embeds.AdvancedEmbed.class - [JAR]
├─ de.swiftbyte.jdaboot.embeds.EmbedColor.class - [JAR]
├─ de.swiftbyte.jdaboot.embeds.EmbedManager.class - [JAR]
├─ de.swiftbyte.jdaboot.embeds.TemplateEmbed.class - [JAR]
de.swiftbyte.jdaboot.cli
├─ de.swiftbyte.jdaboot.cli.ConsoleCommandExecutor.class - [JAR]
├─ de.swiftbyte.jdaboot.cli.ConsoleCommandManager.class - [JAR]
├─ de.swiftbyte.jdaboot.cli.ConsoleThread.class - [JAR]
de.swiftbyte.jdaboot.event
├─ de.swiftbyte.jdaboot.event.EventManager.class - [JAR]
de.swiftbyte.jdaboot.interactions.buttons
├─ de.swiftbyte.jdaboot.interactions.buttons.ButtonExecutor.class - [JAR]
├─ de.swiftbyte.jdaboot.interactions.buttons.ButtonManager.class - [JAR]
de.swiftbyte.jdaboot
├─ de.swiftbyte.jdaboot.JDABoot.class - [JAR]
├─ de.swiftbyte.jdaboot.JDABootConfigurationManager.class - [JAR]
├─ de.swiftbyte.jdaboot.MemberCachePolicyConfiguration.class - [JAR]
de.swiftbyte.jdaboot.annotation
├─ de.swiftbyte.jdaboot.annotation.DefaultVariable.class - [JAR]
├─ de.swiftbyte.jdaboot.annotation.EventHandler.class - [JAR]
├─ de.swiftbyte.jdaboot.annotation.JDABootConfiguration.class - [JAR]
├─ de.swiftbyte.jdaboot.annotation.Scheduler.class - [JAR]
├─ de.swiftbyte.jdaboot.annotation.SetValue.class - [JAR]
de.swiftbyte.jdaboot.annotation.interactions.command
├─ de.swiftbyte.jdaboot.annotation.interactions.command.CommandOption.class - [JAR]
├─ de.swiftbyte.jdaboot.annotation.interactions.command.SlashCommand.class - [JAR]
├─ de.swiftbyte.jdaboot.annotation.interactions.command.Subcommand.class - [JAR]
├─ de.swiftbyte.jdaboot.annotation.interactions.command.SubcommandGroup.class - [JAR]
de.swiftbyte.jdaboot.scheduler
├─ de.swiftbyte.jdaboot.scheduler.SchedulerManager.class - [JAR]
de.swiftbyte.jdaboot.configuration
├─ de.swiftbyte.jdaboot.configuration.ConfigProvider.class - [JAR]
├─ de.swiftbyte.jdaboot.configuration.ConfigValueManager.class - [JAR]
├─ de.swiftbyte.jdaboot.configuration.PropertiesConfigProviderImpl.class - [JAR]
├─ de.swiftbyte.jdaboot.configuration.YmlConfigProviderImpl.class - [JAR]
de.swiftbyte.jdaboot.variables
├─ de.swiftbyte.jdaboot.variables.ResourceBundleTranslationProviderImpl.class - [JAR]
├─ de.swiftbyte.jdaboot.variables.TranslationProcessor.class - [JAR]
├─ de.swiftbyte.jdaboot.variables.TranslationProvider.class - [JAR]
├─ de.swiftbyte.jdaboot.variables.VariableProcessor.class - [JAR]
de.swiftbyte.jdaboot.annotation.embed
├─ de.swiftbyte.jdaboot.annotation.embed.Embed.class - [JAR]
├─ de.swiftbyte.jdaboot.annotation.embed.EmbedAuthor.class - [JAR]
├─ de.swiftbyte.jdaboot.annotation.embed.EmbedField.class - [JAR]
├─ de.swiftbyte.jdaboot.annotation.embed.EmbedFooter.class - [JAR]
de.swiftbyte.jdaboot.annotation.cli
├─ de.swiftbyte.jdaboot.annotation.cli.ConsoleCommand.class - [JAR]