Package-level declarations
Types
A command that is backed by a Brigadier LiteralCommandNode.
A command that can be sent by a Sender, such as a player or the ConsoleSender.
The context of a command execution.
The command manager is responsible for registering, unregistering, and keeping track of commands.
Holds metadata for a Command.
The sender for the org.kryptonmc.api.Server. This is the sender that is used by the console.
A command that may be invoked with arbitrary arguments.
A command that passes its arguments as a single string, without processing the input.
A command styled after the convention popularised by Bukkit and BungeeCord.
Functions
Adds a new argument command node with the given name and type to this literal, applying the given builder to the node and returning this builder as the result.
Adds a new literal command node with the given name to this literal, applying the given builder to the node and returning this builder as the result.