Class SetEntityMotionPacket

All Implemented Interfaces:
Cloneable

public class SetEntityMotionPacket extends DataPacket
Author:
MagicDroidX (Nukkit Project)
  • Field Details

    • NETWORK_ID

      public static final byte NETWORK_ID
      See Also:
    • eid

      public long eid
    • motionX

      public float motionX
    • motionY

      public float motionY
    • motionZ

      public float motionZ
  • Constructor Details

    • SetEntityMotionPacket

      public SetEntityMotionPacket()
  • Method Details