LocationCheckLootCondition

Link to locationchecklootcondition

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.LocationCheckLootCondition;

已实现的接口

Link to 已实现的接口

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

Name: create

Return Type: LootConditionBuilder

ZenScript
Copy
LocationCheckLootCondition.create(predicate as LocationPredicateBuilder) as LootConditionBuilder
参数类型
参数
predicate
类型
LocationPredicateBuilder

Name: create

Return Type: LootConditionBuilder

ZenScript
Copy
LocationCheckLootCondition.create(predicate as LocationPredicateBuilder, offset as BlockPos) as LootConditionBuilder
参数类型
参数
predicate
类型
LocationPredicateBuilder
参数
offset
类型
BlockPos

Name: create

Return Type: LootConditionBuilder

ZenScript
Copy
LocationCheckLootCondition.create(predicate as LocationPredicateBuilder, xOffset as int, yOffset as int, zOffset as int) as LootConditionBuilder
参数类型
参数
predicate
类型
LocationPredicateBuilder
参数
xOffset
类型
int
参数
yOffset
类型
int
参数
zOffset
类型
int