Hierarchy For All Packages
Package Hierarchies:- com.github.alex1304.ultimategdbot.api,
- com.github.alex1304.ultimategdbot.api.command,
- com.github.alex1304.ultimategdbot.api.command.annotated,
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter,
- com.github.alex1304.ultimategdbot.api.database,
- com.github.alex1304.ultimategdbot.api.util,
- com.github.alex1304.ultimategdbot.api.util.menu
Class Hierarchy
- java.lang.Object
- com.github.alex1304.ultimategdbot.api.command.annotated.AnnotatedCommand (implements com.github.alex1304.ultimategdbot.api.command.Command)
- com.github.alex1304.ultimategdbot.api.command.ArgumentList
- com.github.alex1304.ultimategdbot.api.BotConfig
- com.github.alex1304.ultimategdbot.api.BotConfig.Builder
- com.github.alex1304.ultimategdbot.api.util.BotUtils
- com.github.alex1304.ultimategdbot.api.command.CommandDocumentation
- com.github.alex1304.ultimategdbot.api.command.CommandDocumentationEntry
- com.github.alex1304.ultimategdbot.api.command.CommandErrorHandler
- com.github.alex1304.ultimategdbot.api.command.CommandKernel
- com.github.alex1304.ultimategdbot.api.command.CommandProvider
- com.github.alex1304.ultimategdbot.api.command.annotated.AnnotatedCommandProvider
- com.github.alex1304.ultimategdbot.api.command.Context
- com.github.alex1304.ultimategdbot.api.database.Database
- com.github.alex1304.ultimategdbot.api.util.DiscordFormatter
- com.github.alex1304.ultimategdbot.api.util.DiscordParser
- com.github.alex1304.ultimategdbot.api.command.ExecutableCommand
- com.github.alex1304.ultimategdbot.api.command.FlagInformation
- com.github.alex1304.ultimategdbot.api.command.FlagSet
- com.github.alex1304.ultimategdbot.api.command.FlagSet.FlagSetBuilder
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.GuildChannelConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
- com.github.alex1304.ultimategdbot.api.database.GuildSettingsEntry<E,D>
- com.github.alex1304.ultimategdbot.api.util.InputTokenizer
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.IntConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
- com.github.alex1304.ultimategdbot.api.util.menu.InteractiveMenu
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.LongConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
- com.github.alex1304.ultimategdbot.api.util.Markdown
- com.github.alex1304.ultimategdbot.api.util.menu.MessageMenuInteraction
- com.github.alex1304.ultimategdbot.api.util.MessageSpecTemplate
- com.github.alex1304.ultimategdbot.api.NewBucketGlobalRateLimiter (implements discord4j.rest.request.GlobalRateLimiter)
- com.github.alex1304.ultimategdbot.api.NewRateLimitOperator<T> (implements java.util.function.Function<T,R>)
- com.github.alex1304.ultimategdbot.api.util.menu.PaginationControls
- com.github.alex1304.ultimategdbot.api.command.PermissionChecker
- com.github.alex1304.ultimategdbot.api.Plugin
- com.github.alex1304.ultimategdbot.api.Plugin.Builder
- com.github.alex1304.ultimategdbot.api.util.menu.ReactionMenuInteraction
- com.github.alex1304.ultimategdbot.api.util.menu.ReactionToggleEvent
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.RoleConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
- com.github.alex1304.ultimategdbot.api.SimpleBot (implements com.github.alex1304.ultimategdbot.api.Bot)
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.StringConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.github.alex1304.ultimategdbot.api.command.CommandFailedException
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConversionException
- com.github.alex1304.ultimategdbot.api.database.DatabaseException
- com.github.alex1304.ultimategdbot.api.command.annotated.InvalidAnnotatedObjectException
- com.github.alex1304.ultimategdbot.api.util.menu.PageNumberOutOfRangeException
- com.github.alex1304.ultimategdbot.api.command.PermissionDeniedException
- com.github.alex1304.ultimategdbot.api.util.menu.UnexpectedReplyException
- com.github.alex1304.ultimategdbot.api.command.CommandFailedException
- java.lang.RuntimeException
- java.lang.Exception
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.UserConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
Interface Hierarchy
- java.util.function.BiFunction<T,U,R>
- com.github.alex1304.ultimategdbot.api.util.DatabaseInputFunction<D>
- com.github.alex1304.ultimategdbot.api.util.DatabaseOutputFunction<D>
- com.github.alex1304.ultimategdbot.api.Bot
- com.github.alex1304.ultimategdbot.api.command.Command
- com.github.alex1304.ultimategdbot.api.database.GuildSettings
- com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>
- com.github.alex1304.ultimategdbot.api.PluginBootstrap
- com.github.alex1304.ultimategdbot.api.util.PropertyReader
Annotation Type Hierarchy
- com.github.alex1304.ultimategdbot.api.command.annotated.CommandAction (implements java.lang.annotation.Annotation)
- com.github.alex1304.ultimategdbot.api.command.annotated.CommandDescriptor (implements java.lang.annotation.Annotation)
- com.github.alex1304.ultimategdbot.api.command.annotated.CommandDoc (implements java.lang.annotation.Annotation)
- com.github.alex1304.ultimategdbot.api.command.annotated.CommandPermission (implements java.lang.annotation.Annotation)
- com.github.alex1304.ultimategdbot.api.command.annotated.FlagDoc (implements java.lang.annotation.Annotation)
- com.github.alex1304.ultimategdbot.api.command.annotated.FlagInfo (implements java.lang.annotation.Annotation)
- com.github.alex1304.ultimategdbot.api.command.annotated.HiddenCommand (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.github.alex1304.ultimategdbot.api.command.PermissionLevel
- com.github.alex1304.ultimategdbot.api.command.Scope
- com.github.alex1304.ultimategdbot.api.util.SystemUnit
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)