BlockBuilderBasic

Link to blockbuilderbasic

此生成器构建默认在 mods.contenttweeper.block.basic中使用的方块类型。 lockBuilderBasic#build 此生成器不提供任何特殊属性,您只能构建它。

This class was added by a mod with mod-id contenttweaker. 因此,如果要使用此功能,则需要安装此mod。

如果遇到任何问题(例如强制转换数组),则可能需要导入软件包,因此,最好的方式就是导入包支持。

ZenScript
Copy
mods.contenttweeper.block.basic.BlockBuilderBasic

已实现的接口

Link to 已实现的接口

BlockBuilderBasic implements the following interfaces. 这意味着对这个接口可用的任何方法也可以在此类上使用。

Instructs CoT to actually build whatever this builder is supposed to be building.

ZenScript
Copy
new BlockBuilder().withType<ItemBuilderBasic>().build(resourceLocation as String);
new BlockBuilder().withType<ItemBuilderBasic>().build("my_awesome_block");
参数类型描述
参数
resourceLocation
类型
字符串[string]
描述
The resource path to give this block