Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class CustomCommand(val commandHelp: CommandHelp, var isPlayerVisible: Boolean, callback: CustomAction) : Command, PlayerVisible
Provides a mechanism for allowing custom commands to be added. commandHelp provides help for the command, isPlayerVisible allows the visible state for the player to be toggled. callback provides a CustomAction that is invoked when the Command is invoked.