Comandi Personalizzati

Link to comandi-personalizzati

Importare la Classe

Link to importare-la-classe

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.

ZenScript
Copy
import crafttweaker.api.commands.custom.CustomCommands;

Name: argument

Return Type: MCRequiredArgumentBuilder

ZenScript
Copy
CustomCommands.argument(name as string) as MCRequiredArgumentBuilder
ParametroTipoDescrizione
Parametro
nome
Tipo
string
Descrizione
No Description Provided

Name: literal

Return Type: MCLiteralArgumentBuilder

ZenScript
Copy
CustomCommands.literal(name as string) as MCLiteralArgumentBuilder
ParametroTipoDescrizione
Parametro
nome
Tipo
string
Descrizione
No Description Provided

Name: registerCommand

Return Type: void

ZenScript
Copy
CustomCommands.registerCommand(builder as MCLiteralArgumentBuilder) as void
ParametroTipoDescrizione
Parametro
costruttore
Tipo
MCLiteralArgumentBuilder
Descrizione
No Description Provided