Private
constructorReadonly
dimensionReturns the dimension that the block is within.
Readonly
isReturns true if this block is an air block (i.e., empty space).
This property can throw when used.
Readonly
isReturns true if this block is a liquid block - (e.g., a water block and a lava block are liquid, while an air block and a stone block are not. Water logged blocks are not liquid blocks).
This property can throw when used.
Readonly
locationCoordinates of the specified block.
This property can throw when used.
Readonly
permutationAdditional block configuration data that describes the block.
This property can throw when used.
Readonly
xX coordinate of the block.
Readonly
yY coordinate of the block.
Readonly
zZ coordinate of the block.
Beta
Returns the @minecraft/server.Location of the center of this block on the X and Z axis.
Beta
Returns the @minecraft/server.Location of the center of this block on the X, Y, and Z axis.
The identifier of the component (e.g., 'minecraft:inventory'). If no namespace prefix is specified, 'minecraft:' is assumed. Available component IDs can be found as part of the BlockComponentTypes enum.
Returns the component if it exists on the block, otherwise undefined.
Gets a component (that represents additional capabilities) for a block - for example, an inventory component of a chest block.
This function can throw errors.
Permutation that contains a set of property states for the Block.
Sets the block in the dimension to the state of the permutation.
This function can't be called in read-only mode.
This function can throw errors.
Represents a block in a dimension. A block represents a unique X, Y, and Z within a dimension and get/sets the state of the block at that location. This type was significantly updated in version 1.17.10.21.