CoordGrid

constructor(level: Int, x: Int, z: Int)

Parameters

level

the height level of the avatar.

x

the absolute x coordinate of the avatar.

z

the absolute z coordinate of the avatar.


constructor(packed: Int)

Parameters

packed

the 30-bit bitpacked integer representing the coord grid.