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 JDACommand-4.0.2-REL.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.badbird5907.jdacommand
├─ net.badbird5907.jdacommand.CommandListener.class - [JAR]
├─ net.badbird5907.jdacommand.CommandManager.class - [JAR]
├─ net.badbird5907.jdacommand.CommandResult.class - [JAR]
├─ net.badbird5907.jdacommand.CommandType.class - [JAR]
├─ net.badbird5907.jdacommand.JDACommand.class - [JAR]
net.badbird5907.jdacommand.context
├─ net.badbird5907.jdacommand.context.CommandContext.class - [JAR]
├─ net.badbird5907.jdacommand.context.ParameterContext.class - [JAR]
net.badbird5907.jdacommand.annotation
├─ net.badbird5907.jdacommand.annotation.Arg.class - [JAR]
├─ net.badbird5907.jdacommand.annotation.Command.class - [JAR]
├─ net.badbird5907.jdacommand.annotation.Disable.class - [JAR]
├─ net.badbird5907.jdacommand.annotation.Optional.class - [JAR]
├─ net.badbird5907.jdacommand.annotation.Required.class - [JAR]
├─ net.badbird5907.jdacommand.annotation.Sender.class - [JAR]
net.badbird5907.jdacommand.provider.impl
├─ net.badbird5907.jdacommand.provider.impl.BooleanContextProvider.class - [JAR]
├─ net.badbird5907.jdacommand.provider.impl.ChannelContextProvider.class - [JAR]
├─ net.badbird5907.jdacommand.provider.impl.CommandContextProvider.class - [JAR]
├─ net.badbird5907.jdacommand.provider.impl.EventContextProvider.class - [JAR]
├─ net.badbird5907.jdacommand.provider.impl.GuildContextProvider.class - [JAR]
├─ net.badbird5907.jdacommand.provider.impl.IMentionableProvider.class - [JAR]
├─ net.badbird5907.jdacommand.provider.impl.IntContextProvider.class - [JAR]
├─ net.badbird5907.jdacommand.provider.impl.LongContextProvider.class - [JAR]
├─ net.badbird5907.jdacommand.provider.impl.MemberContextProvider.class - [JAR]
├─ net.badbird5907.jdacommand.provider.impl.RoleContextProvider.class - [JAR]
├─ net.badbird5907.jdacommand.provider.impl.StringContextProvider.class - [JAR]
├─ net.badbird5907.jdacommand.provider.impl.UserContextProvider.class - [JAR]
net.badbird5907.jdacommand.provider
├─ net.badbird5907.jdacommand.provider.Provider.class - [JAR]
net.badbird5907.jdacommand.util.object
├─ net.badbird5907.jdacommand.util.object.CommandWrapper.class - [JAR]
├─ net.badbird5907.jdacommand.util.object.Pair.class - [JAR]
├─ net.badbird5907.jdacommand.util.object.Triplet.class - [JAR]
net.badbird5907.jdacommand.events
├─ net.badbird5907.jdacommand.events.CommandPreProcessEvent.class - [JAR]