BlockPosition3D

data class BlockPosition3D(val x: Int, val y: Int, val z: Int)

Constructors

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

Properties

Link copied to clipboard
val asVector: Vector
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int
Link copied to clipboard
val z: Int

Functions

Link copied to clipboard
fun toBlock(world: World): Block