Rotation

class Rotation(val yaw: Float, val pitch: Float)(source)

Represents a rotation in minecraft

Constructors

Link copied to clipboard
constructor(yaw: Float, pitch: Float)

Properties

Link copied to clipboard
Link copied to clipboard
val yaw: Float

Functions

Link copied to clipboard
open override fun toString(): String