LocationPredicate
Link to locationpredicate
导入类
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.predicate.LocationPredicate;
Static Methods
Link to static-methods
Name: any
Return Type: LocationPredicate
ZenScript Copy// LocationPredicate.any() as LocationPredicate
LocationPredicate.any();
Name: at
Return Type: LocationPredicate
ZenScript CopyLocationPredicate.at(x as DoubleMinMaxBoundsPredicate, y as DoubleMinMaxBoundsPredicate, z as DoubleMinMaxBoundsPredicate) as LocationPredicate
参数 | 类型 |
---|---|
参数 x | 类型 DoubleMinMaxBoundsPredicate |
参数 y | 类型 DoubleMinMaxBoundsPredicate |
参数 z | 类型 DoubleMinMaxBoundsPredicate |
Name: create
Return Type: LocationPredicateBuilder
ZenScript Copy// LocationPredicate.create() as LocationPredicateBuilder
LocationPredicate.create();
Name: inBiome
Return Type: LocationPredicate
ZenScript CopyLocationPredicate.inBiome(biome as ResourceLocation) as LocationPredicate
参数 | 类型 |
---|---|
参数 biome | 类型 资源位置 |
Name: inBiome
Return Type: LocationPredicate
ZenScript CopyLocationPredicate.inBiome(biome as string) as LocationPredicate
参数 | 类型 |
---|---|
参数 biome | 类型 string |
Name: inDimension
Return Type: LocationPredicate
ZenScript CopyLocationPredicate.inDimension(dimension as ResourceLocation) as LocationPredicate
参数 | 类型 |
---|---|
参数 dimension | 类型 资源位置 |
Name: inDimension
Return Type: LocationPredicate
ZenScript CopyLocationPredicate.inDimension(dimension as string) as LocationPredicate
参数 | 类型 |
---|---|
参数 dimension | 类型 string |
Name: inStructure
Return Type: LocationPredicate
ZenScript CopyLocationPredicate.inStructure(structure as ResourceLocation) as LocationPredicate
参数 | 类型 |
---|---|
参数 structure | 类型 资源位置 |
Name: inStructure
Return Type: LocationPredicate
ZenScript CopyLocationPredicate.inStructure(structure as string) as LocationPredicate
参数 | 类型 |
---|---|
参数 structure | 类型 string |