Package devs.beer.nativepackets.api
Interface PlayerMovementPacketView
- All Superinterfaces:
PacketView
Zero-copy view shared by serverbound player movement packet shapes.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
x
double x() -
y
double y() -
z
double z() -
hasRotation
boolean hasRotation() -
yaw
float yaw() -
pitch
float pitch() -
onGround
boolean onGround() -
hasHorizontalCollision
boolean hasHorizontalCollision() -
horizontalCollision
boolean horizontalCollision()
-