Package Hierarchies:
Class Hierarchy
- java.lang.Object
- de.kentoj.kencommandapi.impl.AbstractKenCommandApi<T,S> (implements de.kentoj.kencommandapi.api.KenCommandApi<T,S>)
- de.kentoj.kencommandapi.impl.structure.CommandArgumentImpl<T,S,V> (implements de.kentoj.kencommandapi.api.structure.argument.CommandArgument<T,S,V>)
- de.kentoj.kencommandapi.impl.processing.CommandContextImpl<T,S> (implements de.kentoj.kencommandapi.api.processing.CommandContext<T,S>)
- de.kentoj.kencommandapi.impl.structure.CommandNodeImpl<T,S> (implements de.kentoj.kencommandapi.api.structure.node.CommandNode<T,S>)
- de.kentoj.kencommandapi.api.structure.argument.types.IntegerArgumentType<T,S> (implements de.kentoj.kencommandapi.api.structure.argument.ArgumentType<T,S,V>)
- de.kentoj.kencommandapi.Main
- de.kentoj.kencommandapi.api.structure.argument.suggestion.NoSuggestionProvider<T,S> (implements de.kentoj.kencommandapi.api.structure.argument.SuggestionProvider<T,S>)
- de.kentoj.kencommandapi.impl.processing.ParsedArgumentImpl<T,S,V> (implements de.kentoj.kencommandapi.api.processing.ParsedArgument<T,S,V>)
- de.kentoj.kencommandapi.api.structure.argument.types.StringArgumentType<T,S> (implements de.kentoj.kencommandapi.api.structure.argument.ArgumentType<T,S,V>)
- de.kentoj.kencommandapi.impl.processing.TabCompleter<T,S>
- java.lang.Throwable (implements java.io.Serializable)
Interface Hierarchy
- de.kentoj.kencommandapi.api.structure.node.ArgumentNode<T,S>
- de.kentoj.kencommandapi.api.structure.node.CommandNode<T,S> (also extends de.kentoj.kencommandapi.api.structure.node.LiteralNode<T,S>)
- de.kentoj.kencommandapi.api.structure.argument.ArgumentType<T,S,V>
- de.kentoj.kencommandapi.api.structure.argument.CommandArgument<T,S,V>
- de.kentoj.kencommandapi.api.processing.CommandContext<T,S>
- de.kentoj.kencommandapi.api.processing.CommandExecutor<T,S>
- de.kentoj.kencommandapi.api.KenCommandApi<T,S>
- de.kentoj.kencommandapi.api.structure.node.LiteralNode<T,S>
- de.kentoj.kencommandapi.api.structure.node.CommandNode<T,S> (also extends de.kentoj.kencommandapi.api.structure.node.ArgumentNode<T,S>)
- de.kentoj.kencommandapi.api.processing.ParsedArgument<T,S,V>
- de.kentoj.kencommandapi.api.structure.argument.SuggestionProvider<T,S>