Package dev.polv.taleapi.command
package dev.polv.taleapi.command
-
ClassDescriptionRepresents a complete command with its tree structure.Builder for constructing
Commandinstances.Contains the context for a command execution.Builder for constructingCommandContextinstances.Exception thrown when a command fails to execute or parse.The type of command exception.Called when a command is about to be executed.Functional interface for command execution logic.CommandNode<T extends CommandNode<T>>Base class for command tree nodes.An argument command node that parses typed input.A literal command node representing fixed text.Called when commands should be registered.Central registry for all commands.Represents the result of a command execution.Represents an entity that can execute commands.