Package devs.beer.nativepackets.api
Interface EntityMotionPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a clientbound entity-motion packet.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
entityId
int entityId() -
velocityX
double velocityX() -
velocityY
double velocityY() -
velocityZ
double velocityZ() -
entityId
void entityId(int entityId) -
velocity
void velocity(double x, double y, double z)
-