io.github.kory33.s2mctest.core.client.worldview

Type members

Classlikes

case
class PositionAndOrientation(absPosition: Vector3D, yaw: Float, pitch: Float)

The datatype describing the position and orientation of an entity.

The datatype describing the position and orientation of an entity.

Companion
object
case
class Vector3D(x: Double, y: Double, z: Double)

An abstract vector of a 3-dimensional Euclidean space.

An abstract vector of a 3-dimensional Euclidean space.

Companion
object
object Vector3D
Companion
class
case
class WorldTime(worldAge: Long, timeOfDay: Long)

The datatype describing the cumulative age of the world in which the client resides, along with the current time of day.

The datatype describing the cumulative age of the world in which the client resides, along with the current time of day.

Companion
object
object WorldTime
Companion
class