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 netherlandsbot-core-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nl.thedutchmc.netherlandsbot.config
├─ nl.thedutchmc.netherlandsbot.config.ConfigHandler.class - [JAR]
nl.thedutchmc.netherlandsbot.modules
├─ nl.thedutchmc.netherlandsbot.modules.BotModule.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.modules.BotModuleMetaInformation.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.modules.ModuleClassLoader.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.modules.ModuleHandler.class - [JAR]
nl.thedutchmc.netherlandsbot.jda.eventlisteners
├─ nl.thedutchmc.netherlandsbot.jda.eventlisteners.GuildMessageReceivedEventListener.class - [JAR]
nl.thedutchmc.netherlandsbot.modules.io
├─ nl.thedutchmc.netherlandsbot.modules.io.FileType.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.modules.io.ModuleConfig.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.modules.io.ModuleFileHandler.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.modules.io.ModuleStorage.class - [JAR]
nl.thedutchmc.netherlandsbot.types
├─ nl.thedutchmc.netherlandsbot.types.Pair.class - [JAR]
nl.thedutchmc.netherlandsbot
├─ nl.thedutchmc.netherlandsbot.Bot.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.ShutdownThread.class - [JAR]
nl.thedutchmc.netherlandsbot.commands
├─ nl.thedutchmc.netherlandsbot.commands.CommandData.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.commands.CommandListener.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.commands.CommandRegistry.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.commands.ModuleCommandListener.class - [JAR]
nl.thedutchmc.netherlandsbot.utils
├─ nl.thedutchmc.netherlandsbot.utils.AnnotationUtils.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.utils.FileUtils.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.utils.Validate.class - [JAR]
nl.thedutchmc.netherlandsbot.annotations
├─ nl.thedutchmc.netherlandsbot.annotations.NotNull.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.annotations.Nullable.class - [JAR]
├─ nl.thedutchmc.netherlandsbot.annotations.RegisterBotModule.class - [JAR]
nl.thedutchmc.netherlandsbot.jda
├─ nl.thedutchmc.netherlandsbot.jda.JdaHandler.class - [JAR]
nl.thedutchmc.netherlandsbot.commands.executors
├─ nl.thedutchmc.netherlandsbot.commands.executors.ModulesCommandExecutor.class - [JAR]