Interface | Description |
---|---|
DebugCommand |
Implementing this interface marks a command as debug-only.
|
Class | Description |
---|---|
Command |
Represents a command or subcommand, can be nested via getSubCommands.
|
PlayerCommand |
A command that may only be executed by a player.
|
WorldCommand |
A command that must be executed by a player, in a Terra world.
|
Copyright © 2020. All rights reserved.