Hierarchy For All Packages
- de.kentoj.kencommandapi.api,
- de.kentoj.kencommandapi.api.argument,
- de.kentoj.kencommandapi.api.argument.types,
- de.kentoj.kencommandapi.api.invocation,
- de.kentoj.kencommandapi.api.node,
- de.kentoj.kencommandapi.api.parser,
- de.kentoj.kencommandapi.api.platform,
- de.kentoj.kencommandapi.api.suggestion,
- de.kentoj.kencommandapi.internal
Class Hierarchy
- java.lang.Object
- de.kentoj.kencommandapi.internal.CommandArgumentImpl<T,
V> (implements de.kentoj.kencommandapi.api.argument.CommandArgument<T, V>) - de.kentoj.kencommandapi.api.invocation.CommandContext<T>
- de.kentoj.kencommandapi.api.CommandHandler<T>
- de.kentoj.kencommandapi.internal.CommandNodeImpl<T> (implements de.kentoj.kencommandapi.api.node.CommandNode<T>)
- de.kentoj.kencommandapi.internal.RootCommandNodeImpl<T> (implements de.kentoj.kencommandapi.api.node.RootCommandNode<T>)
- de.kentoj.kencommandapi.api.parser.CommandParser<T>
- de.kentoj.kencommandapi.api.argument.types.IntegerArgumentType<T> (implements de.kentoj.kencommandapi.api.argument.ArgumentType<T,
V>) - de.kentoj.kencommandapi.api.suggestion.NoSuggestionProvider<T> (implements de.kentoj.kencommandapi.api.suggestion.SuggestionProvider<T>)
- de.kentoj.kencommandapi.internal.ParsedArgumentImpl<T,
V> (implements de.kentoj.kencommandapi.api.invocation.ParsedArgument<T, V>) - de.kentoj.kencommandapi.api.parser.ParseResult<T>
- de.kentoj.kencommandapi.api.parser.ParseResult.ArgumentExpected<T>
- de.kentoj.kencommandapi.api.parser.ParseResult.IllegalArgument<T>
- de.kentoj.kencommandapi.api.parser.ParseResult.LiteralExpected<T>
- de.kentoj.kencommandapi.api.parser.ParseResult.NoPermission<T>
- de.kentoj.kencommandapi.api.parser.ParseResult.Success<T>
- de.kentoj.kencommandapi.api.parser.ParseResult.UnknownLiteral<T>
- de.kentoj.kencommandapi.api.platform.PlainMessageStyle (implements de.kentoj.kencommandapi.api.platform.MessageStyle)
- de.kentoj.kencommandapi.api.argument.types.StringArgumentType<T> (implements de.kentoj.kencommandapi.api.argument.ArgumentType<T,
V>)
- de.kentoj.kencommandapi.internal.CommandArgumentImpl<T,
Interface Hierarchy
- de.kentoj.kencommandapi.api.argument.ArgumentType<T,
V> - de.kentoj.kencommandapi.api.argument.CommandArgument<T,
V> - de.kentoj.kencommandapi.api.invocation.CommandExecutor<T>
- de.kentoj.kencommandapi.api.invocation.SyncCommandExecutor<T>
- de.kentoj.kencommandapi.api.node.CommandNode<T>
- de.kentoj.kencommandapi.api.node.RootCommandNode<T>
- de.kentoj.kencommandapi.api.platform.HasPermissionMethod<T>
- de.kentoj.kencommandapi.api.platform.MessageStyle
- de.kentoj.kencommandapi.api.invocation.ParsedArgument<T,
V> - de.kentoj.kencommandapi.api.platform.SendMessageMethod<T>
- de.kentoj.kencommandapi.api.suggestion.SuggestionProvider<T>