自定义命令
Link to 自定义命令
导入类
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 Copyimport crafttweaker.api.commands.custom.CustomCommands;
Static Methods
Link to static-methods
Name: argument
Return Type: MCRequiredArgumentBuilder
ZenScript CopyCustomCommands.argument(name as string) as MCRequiredArgumentBuilder
参数 | 类型 | 描述 |
---|---|---|
参数 name(名称) | 类型 string | 描述 No Description Provided |
Name: literal
Return Type: MCLiteralArgumentBuilder
ZenScript CopyCustomCommands.literal(name as string) as MCLiteralArgumentBuilder
参数 | 类型 | 描述 |
---|---|---|
参数 name(名称) | 类型 string | 描述 No Description Provided |
Name: registerCommand
Return Type: void
ZenScript CopyCustomCommands.registerCommand(builder as MCLiteralArgumentBuilder) as void
参数 | 类型 | 描述 |
---|---|---|
参数 生成器 | 类型 MCLiteralArgumentBuilder | 描述 No Description Provided |