Class UpdateClientInputLocksPacket

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

public class UpdateClientInputLocksPacket extends DataPacket
  • Constructor Details

    • UpdateClientInputLocksPacket

      public UpdateClientInputLocksPacket()
  • Method Details

    • pid

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

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

      public void encode()
      Specified by:
      encode in class DataPacket
    • getLockComponentData

      public int getLockComponentData()
    • getServerPosition

      public Vector3f getServerPosition()
    • setLockComponentData

      public void setLockComponentData(int lockComponentData)
    • setServerPosition

      public void setServerPosition(Vector3f serverPosition)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object