Импорт класса

Link to импорт-класса

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
ПараметрТипОписание
Параметр
name
Тип
string
Описание
No Description Provided

Name: literal

Return Type: MCLiteralArgumentBuilder

ZenScript
Copy
CustomCommands.literal(name as string) as MCLiteralArgumentBuilder
ПараметрТипОписание
Параметр
name
Тип
string
Описание
No Description Provided

Name: registerCommand

Return Type: void

ZenScript
Copy
CustomCommands.registerCommand(builder as MCLiteralArgumentBuilder) as void
ПараметрТипОписание
Параметр
конструктор
Тип
MCLiteralArgumentBuilder
Описание
No Description Provided