Uses of Class
dev.jorel.commandapi.ExecutableCommand
Packages that use ExecutableCommand
-
Uses of ExecutableCommand in dev.jorel.commandapi
Classes in dev.jorel.commandapi with type parameters of type ExecutableCommandModifier and TypeClassDescriptionclassExecutableCommand<Impl extends ExecutableCommand<Impl,CommandSender>, CommandSender> This is a base class forAbstractCommandAPICommandandAbstractCommandTreecommand definitionsSubclasses of ExecutableCommand in dev.jorel.commandapiModifier and TypeClassDescriptionclassAbstractCommandAPICommand<Impl extends AbstractCommandAPICommand<Impl,Argument, CommandSender>, Argument extends AbstractArgument<?, ?, Argument, CommandSender>, CommandSender> A builder used to create commands to be registered by the CommandAPI.classAbstractCommandTree<Impl extends AbstractCommandTree<Impl,Argument, CommandSender>, Argument extends AbstractArgument<?, ?, Argument, CommandSender>, CommandSender> This is the root node for creating a command as a tree