Package devs.beer.nativepackets.api
Interface PlayerRotationPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a clientbound player rotation.
-
Method Summary
Modifier and TypeMethodDescriptionfloatpitch()voidpitch(float value) booleanvoidrelativePitch(boolean value) booleanvoidrelativeYaw(boolean value) floatyaw()voidyaw(float value) Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
yaw
float yaw() -
relativeYaw
boolean relativeYaw() -
pitch
float pitch() -
relativePitch
boolean relativePitch() -
yaw
void yaw(float value) -
relativeYaw
void relativeYaw(boolean value) -
pitch
void pitch(float value) -
relativePitch
void relativePitch(boolean value)
-