register

abstract void register(CommandDispatcher<ServerCommandSource> dispatcher, boolean dedicated)

Called when the server is registering commands.

Parameters

dispatcher

the command dispatcher to register commands to.

dedicated

whether the server this command is being registered on is a dedicated server.

Sources

jvm source
Link copied to clipboard