ReferenceZone

A value class around zone objects that bitpacks all the properties into a single integer to be written to the client as the client expects it.

Constructors

Link copied to clipboard
constructor(zoneX: Int, zoneZ: Int, level: Int, rotation: Int)

Properties

Link copied to clipboard
val level: Int

the level of the static zone to be copied

Link copied to clipboard
Link copied to clipboard
val packed: Int
Link copied to clipboard

the rotation of the zone to be copied

Link copied to clipboard
val zoneX: Int

the x coordinate of the static zone to be copied

Link copied to clipboard
val zoneZ: Int

the z coordinate of the static zone to be copied

Functions

Link copied to clipboard
open override fun toString(): String