Hierarchy For All Packages
Package Hierarchies:- tech.guilhermekaua.spigotboot.commands,
- tech.guilhermekaua.spigotboot.commands.annotations,
- tech.guilhermekaua.spigotboot.commands.binding,
- tech.guilhermekaua.spigotboot.commands.completion,
- tech.guilhermekaua.spigotboot.commands.configuration,
- tech.guilhermekaua.spigotboot.commands.cooldown,
- tech.guilhermekaua.spigotboot.commands.execution,
- tech.guilhermekaua.spigotboot.commands.interceptor,
- tech.guilhermekaua.spigotboot.commands.internal,
- tech.guilhermekaua.spigotboot.commands.message,
- tech.guilhermekaua.spigotboot.commands.metadata,
- tech.guilhermekaua.spigotboot.commands.parse,
- tech.guilhermekaua.spigotboot.commands.replace,
- tech.guilhermekaua.spigotboot.commands.resolve,
- tech.guilhermekaua.spigotboot.commands.route,
- tech.guilhermekaua.spigotboot.generated
Class Hierarchy
- java.lang.Object
- tech.guilhermekaua.spigotboot.commands.metadata.CommandAliasSet
- tech.guilhermekaua.spigotboot.commands.cooldown.CommandCooldownInterceptor (implements tech.guilhermekaua.spigotboot.commands.CommandAnnotationInterceptor<A>)
- tech.guilhermekaua.spigotboot.commands.execution.CommandDispatcher
- tech.guilhermekaua.spigotboot.commands.CommandExecutionDecision
- tech.guilhermekaua.spigotboot.commands.metadata.CommandHandlerIntrospector
- tech.guilhermekaua.spigotboot.commands.CommandInterceptorAnnotationBinding
- tech.guilhermekaua.spigotboot.commands.interceptor.CommandInterceptorChain
- tech.guilhermekaua.spigotboot.commands.interceptor.CommandInterceptorChain.ResolvedChain
- tech.guilhermekaua.spigotboot.commands.execution.CommandInvocationExecutor
- tech.guilhermekaua.spigotboot.commands.execution.CommandInvocationFactory
- tech.guilhermekaua.spigotboot.commands.execution.CommandInvocationPlan
- tech.guilhermekaua.spigotboot.commands.message.CommandMessageCatalog
- tech.guilhermekaua.spigotboot.commands.message.CommandMessageRenderer
- tech.guilhermekaua.spigotboot.commands.message.CommandMessageSourceProvider
- tech.guilhermekaua.spigotboot.commands.message.CommandMessagesProvider
- tech.guilhermekaua.spigotboot.commands.message.CommandMessageTemplates
- tech.guilhermekaua.spigotboot.commands.metadata.CommandMethodMetadata
- tech.guilhermekaua.spigotboot.commands.binding.CommandParameterBinder
- tech.guilhermekaua.spigotboot.commands.binding.CommandParameterBinding
- tech.guilhermekaua.spigotboot.commands.metadata.CommandParameterMetadata
- tech.guilhermekaua.spigotboot.commands.binding.CommandParameterRoleResolver
- tech.guilhermekaua.spigotboot.commands.parse.CommandPattern
- tech.guilhermekaua.spigotboot.commands.parse.CommandPattern.ArgumentSegment (implements tech.guilhermekaua.spigotboot.commands.parse.CommandPattern.CommandSegment)
- tech.guilhermekaua.spigotboot.commands.parse.CommandPattern.OptionalArgumentSegment
- tech.guilhermekaua.spigotboot.commands.parse.CommandPattern.RequiredArgumentSegment
- tech.guilhermekaua.spigotboot.commands.parse.CommandPattern.LiteralSegment (implements tech.guilhermekaua.spigotboot.commands.parse.CommandPattern.CommandSegment)
- tech.guilhermekaua.spigotboot.commands.parse.CommandPatternParser
- tech.guilhermekaua.spigotboot.commands.CommandRootCompiler
- tech.guilhermekaua.spigotboot.commands.route.CommandRouteFactory
- tech.guilhermekaua.spigotboot.commands.route.CommandRouteValidator
- tech.guilhermekaua.spigotboot.commands.configuration.CommandsConfiguration
- tech.guilhermekaua.spigotboot.commands.CommandsModule (implements tech.guilhermekaua.spigotboot.core.module.Module)
- tech.guilhermekaua.spigotboot.commands.internal.CommandSupport
- tech.guilhermekaua.spigotboot.commands.CommandTextResolutionContext
- tech.guilhermekaua.spigotboot.commands.CommandTextResolverChain
- tech.guilhermekaua.spigotboot.commands.route.CompiledCommandRoute
- tech.guilhermekaua.spigotboot.commands.route.CompiledRootCommand
- tech.guilhermekaua.spigotboot.commands.completion.CompletionResolver
- tech.guilhermekaua.spigotboot.commands.resolve.DefaultCommandArgumentResolverRegistry (implements tech.guilhermekaua.spigotboot.commands.CommandArgumentResolverRegistry)
- tech.guilhermekaua.spigotboot.commands.completion.DefaultCommandCompletionRegistry (implements tech.guilhermekaua.spigotboot.commands.CommandCompletionRegistry)
- tech.guilhermekaua.spigotboot.commands.execution.DefaultCommandExecutionContext (implements tech.guilhermekaua.spigotboot.commands.CommandExecutionContext)
- tech.guilhermekaua.spigotboot.commands.message.DefaultCommandMessages (implements tech.guilhermekaua.spigotboot.commands.CommandMessages)
- tech.guilhermekaua.spigotboot.commands.replace.DefaultCommandReplacementRegistry (implements tech.guilhermekaua.spigotboot.commands.CommandReplacementRegistry)
- tech.guilhermekaua.spigotboot.generated.DiscoveryIndex_92021928af2fbe95 (implements tech.guilhermekaua.spigotboot.core.context.discovery.DiscoveryIndex)
- tech.guilhermekaua.spigotboot.commands.cooldown.FixedCommandCooldownPolicy (implements tech.guilhermekaua.spigotboot.commands.cooldown.CommandCooldownPolicy)
- tech.guilhermekaua.spigotboot.commands.metadata.RootCommandMetadata
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- tech.guilhermekaua.spigotboot.commands.binding.CommandBindingException
- tech.guilhermekaua.spigotboot.commands.CommandMessageException
- tech.guilhermekaua.spigotboot.commands.parse.CommandPatternException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- tech.guilhermekaua.spigotboot.commands.CommandArgumentResolver<T>
- tech.guilhermekaua.spigotboot.commands.CommandArgumentResolverRegistry
- tech.guilhermekaua.spigotboot.commands.CommandArgumentResolverRegistryCustomizer
- tech.guilhermekaua.spigotboot.commands.CommandCompletionProvider
- tech.guilhermekaua.spigotboot.commands.CommandCompletionRegistry
- tech.guilhermekaua.spigotboot.commands.CommandCompletionRegistryCustomizer
- tech.guilhermekaua.spigotboot.commands.cooldown.CommandCooldownPolicy
- tech.guilhermekaua.spigotboot.commands.CommandExecutionContext
- tech.guilhermekaua.spigotboot.commands.CommandMessageKey
- tech.guilhermekaua.spigotboot.commands.CommandMessages
- tech.guilhermekaua.spigotboot.commands.CommandMessageSource
- tech.guilhermekaua.spigotboot.commands.parse.CommandPattern.CommandSegment
- tech.guilhermekaua.spigotboot.commands.CommandPlatformSupport
- tech.guilhermekaua.spigotboot.commands.CommandReplacementRegistry
- tech.guilhermekaua.spigotboot.commands.CommandReplacementRegistryCustomizer
- tech.guilhermekaua.spigotboot.commands.CommandSenderHandle
- tech.guilhermekaua.spigotboot.commands.CommandTextResolver
- tech.guilhermekaua.spigotboot.core.context.lifecycle.Ordered
- tech.guilhermekaua.spigotboot.commands.CommandAnnotationInterceptor<A>
- tech.guilhermekaua.spigotboot.commands.CommandInterceptor
Annotation Interface Hierarchy
- tech.guilhermekaua.spigotboot.commands.annotations.CatchUnknown (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.commands.annotations.Command (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.commands.annotations.CommandHandler (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.commands.annotations.CommandInterceptedBy (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.commands.annotations.Completion (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.commands.annotations.Cooldown (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.commands.annotations.DefaultCommand (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.commands.annotations.DefaultValue (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.commands.annotations.Name (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.commands.annotations.Permission (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.commands.annotations.RootCommand (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.commands.annotations.Sender (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- tech.guilhermekaua.spigotboot.commands.binding.CommandBindingException.Kind
- tech.guilhermekaua.spigotboot.commands.metadata.CommandMethodKind
- tech.guilhermekaua.spigotboot.commands.binding.CommandParameterRole
- tech.guilhermekaua.spigotboot.commands.CommandTextResolutionContext.TargetType
- tech.guilhermekaua.spigotboot.commands.CoreCommandMessages (implements tech.guilhermekaua.spigotboot.commands.CommandMessageKey)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)