Class MovePlayerPacket

All Implemented Interfaces:
Cloneable

public class MovePlayerPacket extends DataPacket
Since:
15-10-14
  • Field Details

    • NETWORK_ID

      public static final byte NETWORK_ID
      See Also:
    • MODE_NORMAL

      public static final int MODE_NORMAL
      See Also:
    • MODE_RESET

      public static final int MODE_RESET
      See Also:
    • MODE_TELEPORT

      public static final int MODE_TELEPORT
      See Also:
    • MODE_PITCH

      public static final int MODE_PITCH
      See Also:
    • eid

      public long eid
    • x

      public float x
    • y

      public float y
    • z

      public float z
    • yaw

      public float yaw
    • headYaw

      public float headYaw
    • pitch

      public float pitch
    • mode

      public int mode
    • onGround

      public boolean onGround
    • ridingEid

      public long ridingEid
    • int1

      public int int1
    • int2

      public int int2
    • frame

      @Since("1.4.0.0-PN") public long frame
  • Constructor Details

    • MovePlayerPacket

      public MovePlayerPacket()
  • Method Details