All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description ArgumentOptional<T> Represents a optional which contains things for our purpose and that's arguments.ArgumentResolver<T> Represents a argument resolver which resolves a single argument into a type specified.ArgumentResolverContext Represents a data about a specific argumentArgumentResolvers A utility class containing the default argument resolvers.CaseArgumentResolver<T> Represents a casedArgumentResolver
.Command Represents a command.CommandAliases Represents a annotation, which specifies a specificCommand
's names.CommandArguments Represents a class, containing the actual argument resolving of a command.CommandData Represents command data.CommandDescription Represents a annotation, which represents description of aCommand
.CommandDispatcherARS<T> Deprecated. CommandDispatcherMessage Deprecated. CommandExecutionContext Represents a generic data about theCommand
executed.CommandHelp CommandManager Represents a command manager.CommandPrefix CommandSettings Represents a bunch of settings for the manager and for the command.CommandShutdown Represents a shutdown command.CommandUsage Represents a annotation, which represents usage of aCommand
.DefaultFailReasonHandler Represents the default fail reason handler.EventWaiter Took from JDA utilities in order to fix some concurrency issuesFailReason Represents a fail reason of whyRestArgumentAction.orElse(java.util.function.Consumer)
got invokedFailReasonHandler Represents aFailReason
handler, which will be applied on every command argument, if so no handling was applied.ImmutablePrefixHandler Represents a prefix handler with immutable prefix.JsonTranslationFile Represents a translation file implementation, utilising the ".json" file type using jackson as library.MapPrefixHandler Represents a prefix handler, working with a simple map.MarkGuildOnly Represents a annotation, which marks whether or not theCommand
marked is guild-onlyMessageEventSubscriber Represents a object, holding data for message event.PermissionCheckContext Represents a context for checking if a member/user has permission to execute the specified comamnd.PrefixHandler Represents aCommand
prefix handler.PropertyTranslationFile Represents a translation file implementation, utilising the ".properties" file type.RegisteredCommand Represents a registered command.RestArgumentAction Represents a rest action, which comes role when the argument you wanted to get back in the code chain is null.TranslationCollector Represents a collector of all known translations.TranslationFile Represents a translation fileTranslations Represents a class, holding translations for a specific language.Utils