Class PlayerAuthInputPacket_v568

java.lang.Object
cn.nukkit.utils.BinaryStream
cn.nukkit.network.protocol.DataPacket
cn.nukkit.network.protocol.v568.PlayerAuthInputPacket_v568
All Implemented Interfaces:
Cloneable

@Deprecated(since="1.19.70-r1") public class PlayerAuthInputPacket_v568 extends DataPacket
Deprecated.
  • Field Details

  • Constructor Details

    • PlayerAuthInputPacket_v568

      public PlayerAuthInputPacket_v568()
      Deprecated.
  • Method Details

    • pid

      public byte pid()
      Deprecated.
      Specified by:
      pid in class DataPacket
    • decode

      public void decode()
      Deprecated.
      Specified by:
      decode in class DataPacket
    • encode

      public void encode()
      Deprecated.
      Specified by:
      encode in class DataPacket
    • getProtocolUsed

      public int getProtocolUsed()
      Deprecated.
      Overrides:
      getProtocolUsed in class DataPacket
      Returns:
      The protocol version of the packet. If it is lower than CURRENT_PROTOCOL, pnx will try to translate it.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • getYaw

      public float getYaw()
      Deprecated.
    • getPitch

      public float getPitch()
      Deprecated.
    • getHeadYaw

      public float getHeadYaw()
      Deprecated.
    • getPosition

      public Vector3f getPosition()
      Deprecated.
    • getMotion

      public Vector2 getMotion()
      Deprecated.
    • getInputData

      public Set<AuthInputAction> getInputData()
      Deprecated.
    • getInputMode

      public InputMode getInputMode()
      Deprecated.
    • getPlayMode

      public ClientPlayMode getPlayMode()
      Deprecated.
    • getInteractionModel

      public AuthInteractionModel getInteractionModel()
      Deprecated.
    • getVrGazeDirection

      public Vector3f getVrGazeDirection()
      Deprecated.
    • getTick

      public long getTick()
      Deprecated.
    • getDelta

      public Vector3f getDelta()
      Deprecated.
    • getBlockActionData

      public Map<PlayerActionType,PlayerBlockActionData> getBlockActionData()
      Deprecated.