Interface EntityMotionPacketView

All Superinterfaces:
PacketView

public interface EntityMotionPacketView extends PacketView
Lazy copy-on-write view of a clientbound entity-motion packet.
  • 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)