MCDSL
0.1.0-SNAPSHOT
jvm
MCDSL
/
com.zacklukem.mcdsl.util
/
Rotation
Rotation
class
Rotation
(
val
yaw
:
Float
,
val
pitch
:
Float
)
(
source
)
Represents a rotation in minecraft
Members
Constructors
Rotation
Link copied to clipboard
constructor
(
yaw
:
Float
,
pitch
:
Float
)
Properties
pitch
Link copied to clipboard
val
pitch
:
Float
yaw
Link copied to clipboard
val
yaw
:
Float
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String