@minecraft/server / DimensionLocation
Interface: DimensionLocation ​
Defined in: @minecraft/server/index.d.ts:23036
An exact coordinate within the world, including its dimension and location.
Properties ​
dimension ​
dimension:
Dimension
Defined in: @minecraft/server/index.d.ts:23042
Remarks ​
Dimension that this coordinate is associated with.
x ​
x:
number
Defined in: @minecraft/server/index.d.ts:23048
Remarks ​
X component of this dimension-location.
y ​
y:
number
Defined in: @minecraft/server/index.d.ts:23054
Remarks ​
Y component of this dimension-location.
z ​
z:
number
Defined in: @minecraft/server/index.d.ts:23060
Remarks ​
Z component of this dimension-location.