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.parser,
- 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.internal.CommandNodeImpl<T> (implements de.kentoj.kencommandapi.api.CommandNode<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.IllegalArgument<T>
- de.kentoj.kencommandapi.api.parser.ParseResult.IncompleteArgument<T>
- de.kentoj.kencommandapi.api.parser.ParseResult.IncompleteCommand<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.invocation.Result
- 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.CommandNode<T>
- de.kentoj.kencommandapi.api.invocation.ParsedArgument<T,
V> - de.kentoj.kencommandapi.api.invocation.PermissionChecker<T>
- de.kentoj.kencommandapi.api.suggestion.SuggestionProvider<T>