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.utils,
- com.github.alex1304.ultimategdbot.api.utils.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.database.BlacklistedIds
- com.github.alex1304.ultimategdbot.api.Bot
- com.github.alex1304.ultimategdbot.api.database.BotAdmins
- com.github.alex1304.ultimategdbot.api.utils.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.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
- com.github.alex1304.ultimategdbot.api.utils.DiscordFormatter
- com.github.alex1304.ultimategdbot.api.utils.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.utils.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.utils.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.utils.Markdown
- com.github.alex1304.ultimategdbot.api.utils.menu.MessageMenuInteraction
- com.github.alex1304.ultimategdbot.api.utils.MutexPool
- com.github.alex1304.ultimategdbot.api.database.NativeGuildSettings (implements com.github.alex1304.ultimategdbot.api.database.GuildSettings)
- com.github.alex1304.ultimategdbot.api.utils.menu.PaginationControls
- com.github.alex1304.ultimategdbot.api.utils.PropertyParser
- com.github.alex1304.ultimategdbot.api.utils.menu.ReactionMenuInteraction
- com.github.alex1304.ultimategdbot.api.utils.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.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.DatabaseException
- com.github.alex1304.ultimategdbot.api.command.annotated.InvalidAnnotatedObjectException
- com.github.alex1304.ultimategdbot.api.utils.menu.PageNumberOutOfRangeException
- com.github.alex1304.ultimategdbot.api.command.PermissionDeniedException
- com.github.alex1304.ultimategdbot.api.utils.menu.UnexpectedReplyException
- com.github.alex1304.ultimategdbot.api.command.CommandFailedException
- java.lang.RuntimeException
- java.lang.Exception
- com.github.alex1304.ultimategdbot.api.utils.UniversalMessageSpec
- 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.utils.DatabaseInputFunction<D>
- com.github.alex1304.ultimategdbot.api.utils.DatabaseOutputFunction<D>
- 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.Plugin
Annotation Type Hierarchy
- com.github.alex1304.ultimategdbot.api.command.annotated.CommandAction (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.CommandSpec (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.utils.SystemUnit
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)