BlockPosition2D

data class BlockPosition2D(val x: Int, val z: Int)

Constructors

Link copied to clipboard
constructor(x: Int, z: Int)

Properties

Link copied to clipboard
val x: Int
Link copied to clipboard
val z: Int

Functions

Link copied to clipboard