Class CommandTree

java.lang.Object
dev.jorel.commandapi.ExecutableCommand<CommandTree,com.velocitypowered.api.command.CommandSource>
dev.jorel.commandapi.AbstractCommandTree<CommandTree,Argument<?>,com.velocitypowered.api.command.CommandSource>
dev.jorel.commandapi.CommandTree
All Implemented Interfaces:
ChainableBuilder<CommandTree>, PlatformExecutable<CommandTree,com.velocitypowered.api.command.CommandSource>, VelocityExecutable<CommandTree>

public class CommandTree extends AbstractCommandTree<CommandTree,Argument<?>,com.velocitypowered.api.command.CommandSource> implements VelocityExecutable<CommandTree>