McCommandsRegisterEvent
abstract class McCommandsRegisterEvent<C : McCommand, S : McLib> : GlobalEvent<McCommandsRegisterEvent.Callback<C, S>>
Abstract class for registering universal commands.
For server use su.plo.slib.api.server.event.command.McServerCommandsRegisterEvent
For proxy use su.plo.slib.api.proxy.event.command.McProxyCommandsRegisterEvent
Parameters
C
The type of commands to be registered.
S
The type representing the Minecraft server or proxy.