Appearance
helix / LocationSpec
Interface: LocationSpec
Defined in: core/values/predicate.ts:47
Location facts an EntityPredicate.location / location_check can assert.
Properties
biome?
optionalbiome?:string|IdValue
Defined in: core/values/predicate.ts:49
Biome id, e.g. "minecraft:plains".
block?
optionalblock?:string|BlockValue
Defined in: core/values/predicate.ts:55
The block at the location (id or tag, plus optional state/nbt).
dimension?
optionaldimension?:string|IdValue
Defined in: core/values/predicate.ts:51
Dimension id, e.g. "minecraft:the_nether".
position?
optionalposition?:object
Defined in: core/values/predicate.ts:57
Coordinate bounds (x/y/z).
x?
optionalx?:Bound
y?
optionaly?:Bound
z?
optionalz?:Bound
structure?
optionalstructure?:string|IdValue
Defined in: core/values/predicate.ts:53
Structure id.