DyedArmorForEmeralds

Link to dyedarmorforemeralds

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

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.villager.trade.type.DyedArmorForEmeralds;

Implemented Interfaces

Link to implemented-interfaces

DyedArmorForEmeralds implements the following interfaces. That means all methods defined in these interfaces are also available in DyedArmorForEmeralds

ZenScript
Copy
new DyedArmorForEmeralds(item as ItemDefinition, value as int) as DyedArmorForEmeralds
new DyedArmorForEmeralds(<item:minecraft:leather_chestplate>, 16);
ПараметрТипОписание
Параметр
item
Тип
ItemDefinition
Описание
The Item that is being sold by the villager, dyed a random color
Параметр
value
Тип
int
Описание
How many emeralds will this trade cost
ZenScript
Copy
new DyedArmorForEmeralds(item as ItemDefinition, value as int, maxUses as int, villagerXp as int) as DyedArmorForEmeralds
new DyedArmorForEmeralds(<item:minecraft:leather_chestplate>, 16, 8, 2);
ПараметрТипОписание
Параметр
item
Тип
ItemDefinition
Описание
The Item that is being sold by the villager, dyed a random color
Параметр
value
Тип
int
Описание
How many emeralds will this trade cost
Параметр
maxUses
Тип
int
Описание
How many times can this trade be used
Параметр
villagerXp
Тип
int
Описание
How much experience does this trade reward the villager