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 bot.core-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.vpg.bot.commands.mod
├─ net.vpg.bot.commands.mod.ModCommand.class - [JAR]
net.vpg.bot.event
├─ net.vpg.bot.event.BotButtonEvent.class - [JAR]
├─ net.vpg.bot.event.CommandReceivedEvent.class - [JAR]
├─ net.vpg.bot.event.SlashCommandReceivedEvent.class - [JAR]
├─ net.vpg.bot.event.TextCommandReceivedEvent.class - [JAR]
net.vpg.bot.event.handler
├─ net.vpg.bot.event.handler.DefaultEventHandler.class - [JAR]
├─ net.vpg.bot.event.handler.EventHandler.class - [JAR]
├─ net.vpg.bot.event.handler.EventProcessor.class - [JAR]
net.vpg.bot.commands.manager
├─ net.vpg.bot.commands.manager.ManagerCommand.class - [JAR]
net.vpg.bot.action
├─ net.vpg.bot.action.Sender.class - [JAR]
net.vpg.bot.commands
├─ net.vpg.bot.commands.BotCommand.class - [JAR]
├─ net.vpg.bot.commands.BotCommandImpl.class - [JAR]
├─ net.vpg.bot.commands.NoArgsCommand.class - [JAR]
net.vpg.bot.database
├─ net.vpg.bot.database.Database.class - [JAR]
├─ net.vpg.bot.database.DatabaseObject.class - [JAR]
net.vpg.bot.ratelimit
├─ net.vpg.bot.ratelimit.AbstractRatelimiter.class - [JAR]
├─ net.vpg.bot.ratelimit.Ratelimit.class - [JAR]
├─ net.vpg.bot.ratelimit.Ratelimiter.class - [JAR]
net.vpg.bot.core
├─ net.vpg.bot.core.Bot.class - [JAR]
├─ net.vpg.bot.core.BotBuilder.class - [JAR]
├─ net.vpg.bot.core.ButtonHandler.class - [JAR]
├─ net.vpg.bot.core.ClassFilter.class - [JAR]
├─ net.vpg.bot.core.EntityLoader.class - [JAR]
├─ net.vpg.bot.core.InstanceLoader.class - [JAR]
├─ net.vpg.bot.core.MultiShardBot.class - [JAR]
├─ net.vpg.bot.core.SingleShardBot.class - [JAR]
├─ net.vpg.bot.core.Util.class - [JAR]
net.vpg.bot.commands.admin
├─ net.vpg.bot.commands.admin.AdminCommand.class - [JAR]
net.vpg.bot.entities
├─ net.vpg.bot.entities.Entity.class - [JAR]
├─ net.vpg.bot.entities.EntityInfo.class - [JAR]
├─ net.vpg.bot.entities.EntityReference.class - [JAR]
├─ net.vpg.bot.entities.GuildSettings.class - [JAR]
net.vpg.bot.action.cra
├─ net.vpg.bot.action.cra.AbstractCRA.class - [JAR]
├─ net.vpg.bot.action.cra.CommandReplyAction.class - [JAR]
├─ net.vpg.bot.action.cra.InteractionReplyCRA.class - [JAR]
├─ net.vpg.bot.action.cra.MessageSendCRA.class - [JAR]