McCommand
interface McCommand
Represents a Minecraft command to be executed by a McCommandSource.
Command should implement the execute method to specify the behavior of the command when executed, and optionally provide suggestions and permission checks.
Functions
Link copied to clipboard
Invoked when a McCommandSource executes the command.
Link copied to clipboard
Checks if the command source has permission to execute this command.