Package net.minecraft.network.message
Record Class MessageSignature
java.lang.Object
java.lang.Record
net.minecraft.network.message.MessageSignature
- Record Components:
comp_925-
A signature for chat messages and message command arguments, consisting
of the sender, the timestamp, and the signature data.
- Mappings:
Namespace Name official rrintermediary net/minecraft/class_7469named net/minecraft/network/message/MessageSignatureofficial bintermediary comp_925named comp_925
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]The field for thecomp_925record component.static final MessageSignature -
Constructor Summary
ConstructorsConstructorDescriptionMessageSignature(byte[] byte2) MessageSignature(PacketByteBuf packetByteBuf) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]comp_925()Returns the value of thecomp_925record component.booleanIndicates whether some other object is "equal to" this one.inthashCode()Returns a hash code value for this object.booleanbooleanmethod_44843(SignatureVerifier signatureVerifier, class_7614 class_7614, class_7608 class_7608) booleanmethod_44844(SignatureVerifier signatureVerifier, class_7614 class_7614, byte[] byte2) voidmethod_44845(PacketByteBuf packetByteBuf) toString()Returns a string representation of this record class.
-
Field Details
-
comp_925
private final byte[] comp_925The field for thecomp_925record component. -
field_39811
- Mappings:
Namespace Name Mixin selector official aLrr;a:Lrr;intermediary field_39811Lnet/minecraft/class_7469;field_39811:Lnet/minecraft/class_7469;named field_39811Lnet/minecraft/network/message/MessageSignature;field_39811:Lnet/minecraft/network/message/MessageSignature;
-
-
Constructor Details
-
MessageSignature
-
MessageSignature
public MessageSignature(byte[] byte2)
-
-
Method Details
-
method_44845
- Mappings:
Namespace Name Mixin selector official aLrr;a(Lqx;)Vintermediary method_44845Lnet/minecraft/class_7469;method_44845(Lnet/minecraft/class_2540;)Vnamed method_44845Lnet/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 aLrr;a(Lame;Lry;Lrw;)Zintermediary method_44843Lnet/minecraft/class_7469;method_44843(Lnet/minecraft/class_7500;Lnet/minecraft/class_7614;Lnet/minecraft/class_7608;)Znamed method_44843Lnet/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 aLrr;a(Lame;Lry;[B)Zintermediary method_44844Lnet/minecraft/class_7469;method_44844(Lnet/minecraft/class_7500;Lnet/minecraft/class_7614;[B)Znamed method_44844Lnet/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 aLrr;a()Zintermediary method_44842Lnet/minecraft/class_7469;method_44842()Znamed method_44842Lnet/minecraft/network/message/MessageSignature;method_44842()Z
-
method_44847
- Mappings:
Namespace Name Mixin selector official bLrr;b()Ljava/lang/String;intermediary method_44847Lnet/minecraft/class_7469;method_44847()Ljava/lang/String;named method_44847Lnet/minecraft/network/message/MessageSignature;method_44847()Ljava/lang/String;
-
equals
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 withObjects::equals(Object,Object). -
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. -
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. -
comp_925
public byte[] comp_925()Returns the value of thecomp_925record component.- Returns:
- the value of the
comp_925record component
-