LocationPredicate
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Members
static any() as LocationPredicate
Return Type:
LocationPredicate
static at(x as Doubles, y as Doubles, z as Doubles) as LocationPredicate
Parameters:
Return Type:
LocationPredicate
static create() as Builder
Return Type:
LocationPredicateBuilder
static inBiome(biome as ResourceLocation) as LocationPredicate
Parameters:
biome: ResourceLocation
Type: ResourceLocation
Return Type:
LocationPredicate
static inBiome(biome as string) as LocationPredicate
Parameters:
biome: string
Type: string
Return Type:
LocationPredicate
static inDimension(dimension as ResourceLocation) as LocationPredicate
Parameters:
dimension: ResourceLocation
Type: ResourceLocation
Return Type:
LocationPredicate
static inDimension(dimension as string) as LocationPredicate
Parameters:
dimension: string
Type: string
Return Type:
LocationPredicate
static inStructure(structure as ResourceLocation) as LocationPredicate
Parameters:
structure: ResourceLocation
Type: ResourceLocation
Return Type:
LocationPredicate
static inStructure(structure as string) as LocationPredicate
Parameters:
structure: string
Type: string
Return Type:
LocationPredicate