LocationHolder

fun LocationHolder(    worldName: String = "world",     x: Double = 0.0,     y: Double = 0.0,     z: Double = 0.0,     yaw: Float = 0.0f,     pitch: Float = 0.0f)

Parameters

worldName

the name of the world

x

the x coordinate

y

the y coordinate

z

the z coordinate

yaw

the yaw

pitch

the pitch