LocationCheckLootCondition
Link to locationchecklootcondition
导入类
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 Copyimport 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
Static Methods
Link to static-methods
Name: create
Return Type: LootConditionBuilder
ZenScript CopyLocationCheckLootCondition.create(predicate as LocationPredicateBuilder) as LootConditionBuilder
参数 | 类型 |
---|---|
参数 predicate | 类型 LocationPredicateBuilder |
Name: create
Return Type: LootConditionBuilder
ZenScript CopyLocationCheckLootCondition.create(predicate as LocationPredicateBuilder, offset as BlockPos) as LootConditionBuilder
参数 | 类型 |
---|---|
参数 predicate | 类型 LocationPredicateBuilder |
参数 offset | 类型 BlockPos |
Name: create
Return Type: LootConditionBuilder
ZenScript CopyLocationCheckLootCondition.create(predicate as LocationPredicateBuilder, xOffset as int, yOffset as int, zOffset as int) as LootConditionBuilder
参数 | 类型 |
---|---|
参数 predicate | 类型 LocationPredicateBuilder |
参数 xOffset | 类型 int |
参数 yOffset | 类型 int |
参数 zOffset | 类型 int |