Position

interface Position

Vector Util.

Functions

getWorldName
Link copied to clipboard
abstract fun getWorldName(): String
Gets the world name.
getX
Link copied to clipboard
abstract fun getX(): Double
Gets the x coordinate.
getY
Link copied to clipboard
abstract fun getY(): Double
Gets the y coordinate.
getZ
Link copied to clipboard
abstract fun getZ(): Double
Gets the z coordinate.
setWorldName
Link copied to clipboard
abstract fun setWorldName(world: String)
Sets the world name.
setX
Link copied to clipboard
abstract fun setX(x: Double)
Sets the x coordinate.
setY
Link copied to clipboard
abstract fun setY(y: Double)
Sets the y coordinate.
setZ
Link copied to clipboard
abstract fun setZ(z: Double)
Sets the z coordinate.