Package net.minestom.server.command.builder
-
Interface Summary Interface Description ArgumentCallback Callback executed when an error is found within theArgument
.CommandExecutor Callback executed once a syntax has been found for aCommand
. -
Class Summary Class Description Arguments Class used to retrieve argument data in aCommandExecutor
.Command Represents a command which have suggestion/auto-completion.CommandDispatcher Class responsible for parsingCommand
.CommandSyntax Represents a syntax inCommand
which is initialized withCommand.addSyntax(CommandExecutor, Argument[])
.