Make the register parameter docs more explicit

This commit is contained in:
Jakob K
2021-06-28 00:08:46 +02:00
parent c0d15ccd20
commit ab9c327498

View File

@@ -15,7 +15,8 @@ import net.minecraft.commands.CommandListenerWrapper
* Create a new command.
*
* @param name the name of the root command
* @param register if true, the command will automatically be registered
* @param register if true, the command will be automatically registered
* when the plugin is fully enabled
*/
inline fun command(
name: String,