[Block] block = dimension.getBlock(x, y, z)


Gets the block at these coordinates

Parameters


x

integer | "number

The x position

y

integer | "number

The y position

z

integer | "number

The z position

Return Value


block

Block

The block information