Record Class MessageSignature

java.lang.Object
java.lang.Record
net.minecraft.network.message.MessageSignature
Record Components:
comp_925 -

public record MessageSignature(byte[] comp_925) extends Record
A signature for chat messages and message command arguments, consisting of the sender, the timestamp, and the signature data.
Mappings:
Namespace Name
official rr
intermediary net/minecraft/class_7469
named net/minecraft/network/message/MessageSignature
official b
intermediary comp_925
named comp_925
  • Field Details

    • comp_925

      private final byte[] comp_925
      The field for the comp_925 record component.
    • field_39811

      public static final MessageSignature field_39811
      Mappings:
      Namespace Name Mixin selector
      official a Lrr;a:Lrr;
      intermediary field_39811 Lnet/minecraft/class_7469;field_39811:Lnet/minecraft/class_7469;
      named field_39811 Lnet/minecraft/network/message/MessageSignature;field_39811:Lnet/minecraft/network/message/MessageSignature;
  • Constructor Details

    • MessageSignature

      public MessageSignature(PacketByteBuf packetByteBuf)
    • MessageSignature

      public MessageSignature(byte[] byte2)
  • Method Details

    • method_44845

      public void method_44845(PacketByteBuf packetByteBuf)
      Mappings:
      Namespace Name Mixin selector
      official a Lrr;a(Lqx;)V
      intermediary method_44845 Lnet/minecraft/class_7469;method_44845(Lnet/minecraft/class_2540;)V
      named method_44845 Lnet/minecraft/network/message/MessageSignature;method_44845(Lnet/minecraft/network/PacketByteBuf;)V
    • method_44843

      public boolean method_44843(SignatureVerifier signatureVerifier, class_7614 class_7614, class_7608 class_7608)
      Mappings:
      Namespace Name Mixin selector
      official a Lrr;a(Lame;Lry;Lrw;)Z
      intermediary method_44843 Lnet/minecraft/class_7469;method_44843(Lnet/minecraft/class_7500;Lnet/minecraft/class_7614;Lnet/minecraft/class_7608;)Z
      named method_44843 Lnet/minecraft/network/message/MessageSignature;method_44843(Lnet/minecraft/network/encryption/SignatureVerifier;Lnet/minecraft/class_7614;Lnet/minecraft/class_7608;)Z
    • method_44844

      public boolean method_44844(SignatureVerifier signatureVerifier, class_7614 class_7614, byte[] byte2)
      Mappings:
      Namespace Name Mixin selector
      official a Lrr;a(Lame;Lry;[B)Z
      intermediary method_44844 Lnet/minecraft/class_7469;method_44844(Lnet/minecraft/class_7500;Lnet/minecraft/class_7614;[B)Z
      named method_44844 Lnet/minecraft/network/message/MessageSignature;method_44844(Lnet/minecraft/network/encryption/SignatureVerifier;Lnet/minecraft/class_7614;[B)Z
    • method_44842

      public boolean method_44842()
      Mappings:
      Namespace Name Mixin selector
      official a Lrr;a()Z
      intermediary method_44842 Lnet/minecraft/class_7469;method_44842()Z
      named method_44842 Lnet/minecraft/network/message/MessageSignature;method_44842()Z
    • method_44847

      @Nullable public @Nullable String method_44847()
      Mappings:
      Namespace Name Mixin selector
      official b Lrr;b()Ljava/lang/String;
      intermediary method_44847 Lnet/minecraft/class_7469;method_44847()Ljava/lang/String;
      named method_44847 Lnet/minecraft/network/message/MessageSignature;method_44847()Ljava/lang/String;
    • equals

      public 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.
    • hashCode

      public 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
    • toString

      public 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
    • comp_925

      public byte[] comp_925()
      Returns the value of the comp_925 record component.
      Returns:
      the value of the comp_925 record component