Uses of Class
dev.jorel.commandapi.AbstractArgumentTree
Packages that use AbstractArgumentTree
Package
Description
Classes to be used as arguments for commands
-
Uses of AbstractArgumentTree in dev.jorel.commandapi
Classes in dev.jorel.commandapi with type parameters of type AbstractArgumentTreeModifier and TypeClassDescriptionclassAbstractArgumentTree<Impl extends AbstractArgumentTree<Impl,Argument, CommandSender>, Argument extends AbstractArgument<?, ?, Argument, CommandSender>, CommandSender> This is a base class for arguments, allowing them to behave as tree nodes in aAbstractCommandTreeMethods in dev.jorel.commandapi with parameters of type AbstractArgumentTreeModifier and TypeMethodDescriptionAbstractArgumentTree.then(AbstractArgumentTree<?, Argument, CommandSender> tree) Create a child branch on this nodeAbstractCommandTree.then(AbstractArgumentTree<?, Argument, CommandSender> tree) Create a child branch on the tree -
Uses of AbstractArgumentTree in dev.jorel.commandapi.arguments
Subclasses of AbstractArgumentTree in dev.jorel.commandapi.argumentsModifier and TypeClassDescriptionclassAbstractArgument<T,Impl extends AbstractArgument<T, Impl, Argument, CommandSender>, Argument extends AbstractArgument<?, ?, Argument, CommandSender>, CommandSender> The core abstract class for Command API arguments