position

val position: BlockVector(source)

Represents a position in three-dimensional space.

This class provides a convenient way to represent a position using three coordinates - posX, posY, and posZ. Instances of this class are generally used to represent positions in a block-based environment.