CommandEvents

Types

Link copied to clipboard
class RegisterClientEvent(val dispatcher: CommandDispatcher<ClientCommandSourceStack>, val context: CommandBuildContext)
Link copied to clipboard
class RegisterEvent(val dispatcher: CommandDispatcher<CommandSourceStack>, val context: CommandBuildContext, val selection: Commands.CommandSelection)

Properties

Link copied to clipboard

Called when server commands are registered.

Link copied to clipboard

Called when client commands are registered.