ItemBuilderBasic

Link to itembuilderbasic

Базовый конструктор для элементов, также вызван mods.contenttweaker.item.basic.ItemBuilderBasic#build. Does not have any special properties, it exists.

This class was added by a mod with mod-id contenttweaker. Так что если вы хотите использовать эту функцию, вам нужно установить этот мод.

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

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

Вам может потребоваться импортировать пакет, если вы столкнетесь с какими-либо проблемами (например, с заливкой массива), так что лучше быть в безопасности, чем извиняться и добавлять импорт.

ZenScript
Copy
mods.contenttweaker.item.basic.ItemBuilderBasic

Implemented Interfaces

Link to implemented-interfaces

ItemBuilderBasic implements the following interfaces. That means any method available to them can also be used on this class.

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

ZenScript
Copy
new ItemBuilder().withType<ItemBuilderBasic>().build(resourceLocation as String);
new ItemBuilder().withType<ItemBuilderBasic>().build("my_awesome_block");
ПараметрТипОписание
Параметр
resourceLocation
Тип
String
Описание
The resource path to give this block