Package net.minecraft

Record Class class_7614

java.lang.Object
java.lang.Record
net.minecraft.class_7614
Record Components:
previousSignature -
sender -

public record class_7614(@Nullable MessageSignature previousSignature, UUID sender) extends Record
Mappings:
Namespace Name
official ry
intermediary net/minecraft/class_7614
named net/minecraft/class_7614
official a
intermediary comp_936
named previousSignature
official b
intermediary comp_937
named sender
  • Field Details

  • Constructor Details

  • Method Details

    • method_44883

      public void method_44883(PacketByteBuf packetByteBuf)
      Mappings:
      Namespace Name Mixin selector
      official a Lry;a(Lqx;)V
      intermediary method_44883 Lnet/minecraft/class_7614;method_44883(Lnet/minecraft/class_2540;)V
      named method_44883 Lnet/minecraft/class_7614;method_44883(Lnet/minecraft/network/PacketByteBuf;)V
    • method_44882

      public void method_44882(SignatureUpdatable.SignatureUpdater signatureUpdater, byte[] byte2) throws SignatureException
      Throws:
      SignatureException
      Mappings:
      Namespace Name Mixin selector
      official a Lry;a(Lamd$a;[B)V
      intermediary method_44882 Lnet/minecraft/class_7614;method_44882(Lnet/minecraft/class_7498$class_7499;[B)V
      named method_44882 Lnet/minecraft/class_7614;method_44882(Lnet/minecraft/network/encryption/SignatureUpdatable$SignatureUpdater;[B)V
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • previousSignature

      @Nullable public @Nullable MessageSignature previousSignature()
      Returns the value of the previousSignature record component.
      Returns:
      the value of the previousSignature record component
    • sender

      public UUID sender()
      Returns the value of the sender record component.
      Returns:
      the value of the sender record component