public final class RotationMoveEvent extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RotationMoveEvent.Type |
Constructor and Description |
---|
RotationMoveEvent(RotationMoveEvent.Type type,
float yaw) |
Modifier and Type | Method and Description |
---|---|
RotationMoveEvent.Type |
getType() |
float |
getYaw() |
void |
setYaw(float yaw)
Set the yaw movement rotation
|
public RotationMoveEvent(RotationMoveEvent.Type type, float yaw)
public final void setYaw(float yaw)
yaw
- Yaw rotationpublic final float getYaw()
public final RotationMoveEvent.Type getType()