Package net.minestom.server.command.builder
package net.minestom.server.command.builder
-
ClassDescriptionCallback executed when an error is found within the
Argument
.Represents a command which has suggestion/auto-completion.Class used to retrieve argument data in aCommandExecutor
.Class responsible for parsingCommand
.Callback executed once a syntax has been found for aCommand
.Represents a syntax inCommand
which is initialized withCommand.addSyntax(CommandExecutor, Argument[])
.Represents aCommand
ready to be executed (already parsed).