Class: BlockPosition

BlockPosition()

new BlockPosition()

Represents the location of a block, can be an existing, or nonexistant block.
Properties:
Name Type Description
sectorX Integer The sector x-position that the block is located
sectorY Integer The sector y-position that the block is located
localX Number The local (within the sector) x-position of the block (this can be a decimal!)
localY Number The local (within the sector) y-position of the block (this can be a decimal!)
Source: