Class PlayerInputPacket

All Implemented Interfaces:
Cloneable

public class PlayerInputPacket extends DataPacket
Author:
Nukkit Project Team
  • Field Details

    • NETWORK_ID

      public static final byte NETWORK_ID
      See Also:
    • motionX

      public float motionX
    • motionY

      public float motionY
    • jumping

      public boolean jumping
    • sneaking

      public boolean sneaking
  • Constructor Details

    • PlayerInputPacket

      public PlayerInputPacket()
  • Method Details