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

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.loot.condition.LootConditions;

Name: allOf

Return Type: LootConditions

ZenScript
Copy
LootConditions.allOf(builders as LootConditionBuilder[]) as LootConditions
ПараметрТипОписание
Параметр
builders
Тип
LootConditionBuilder[]
Описание
No Description Provided

Name: allOf

Return Type: LootConditions

ZenScript
Copy
LootConditions.allOf(conditions as LootCondition[]) as LootConditions
ПараметрТипОписание
Параметр
conditions
Тип
LootCondition[]
Описание
No Description Provided

Name: anyOf

Return Type: LootConditions

ZenScript
Copy
LootConditions.anyOf(builders as LootConditionBuilder[]) as LootConditions
ПараметрТипОписание
Параметр
builders
Тип
LootConditionBuilder[]
Описание
No Description Provided

Name: anyOf

Return Type: LootConditions

ZenScript
Copy
LootConditions.anyOf(conditions as LootCondition[]) as LootConditions
ПараметрТипОписание
Параметр
conditions
Тип
LootCondition[]
Описание
No Description Provided

Name: none

Return Type: LootConditions

ZenScript
Copy
// LootConditions.none() as LootConditions

LootConditions.none();

Name: noneOf

Return Type: LootConditions

ZenScript
Copy
LootConditions.noneOf(builders as LootConditionBuilder[]) as LootConditions
ПараметрТипОписание
Параметр
builders
Тип
LootConditionBuilder[]
Описание
No Description Provided

Name: noneOf

Return Type: LootConditions

ZenScript
Copy
LootConditions.noneOf(conditions as LootCondition[]) as LootConditions
ПараметрТипОписание
Параметр
conditions
Тип
LootCondition[]
Описание
No Description Provided

Name: notAllOf

Return Type: LootConditions

ZenScript
Copy
LootConditions.notAllOf(builders as LootConditionBuilder[]) as LootConditions
ПараметрТипОписание
Параметр
builders
Тип
LootConditionBuilder[]
Описание
No Description Provided

Name: notAllOf

Return Type: LootConditions

ZenScript
Copy
LootConditions.notAllOf(conditions as LootCondition[]) as LootConditions
ПараметрТипОписание
Параметр
conditions
Тип
LootCondition[]
Описание
No Description Provided

Name: only

Return Type: LootConditions

ZenScript
Copy
LootConditions.only(builder as LootConditionBuilder) as LootConditions
ПараметрТипОписание
Параметр
конструктор
Тип
LootConditionBuilder
Описание
No Description Provided

Name: only

Return Type: LootConditions

ZenScript
Copy
LootConditions.only(condition as LootCondition) as LootConditions
ПараметрТипОписание
Параметр
condition
Тип
LootCondition
Описание
No Description Provided

Name: randomlyIn

Return Type: LootConditions

ZenScript
Copy
LootConditions.randomlyIn(percentageChance as double) as LootConditions
ПараметрТипОписание
Параметр
percentageChance
Тип
double
Описание
No Description Provided