Package net.minecraft
Record Class class_7614
java.lang.Object
java.lang.Record
net.minecraft.class_7614
- Record Components:
previousSignature-sender-
- Mappings:
Namespace Name official ryintermediary net/minecraft/class_7614named net/minecraft/class_7614official aintermediary comp_936named previousSignatureofficial bintermediary comp_937named sender
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @Nullable MessageSignatureThe field for thepreviousSignaturerecord component.private final UUIDThe field for thesenderrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7614(@Nullable MessageSignature messageSignature, UUID uUID) class_7614(PacketByteBuf packetByteBuf) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidmethod_44882(SignatureUpdatable.SignatureUpdater signatureUpdater, byte[] byte2) voidmethod_44883(PacketByteBuf packetByteBuf) Returns the value of thepreviousSignaturerecord component.sender()Returns the value of thesenderrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
previousSignature
The field for thepreviousSignaturerecord component. -
sender
The field for thesenderrecord component.
-
-
Constructor Details
-
class_7614
-
class_7614
-
-
Method Details
-
method_44883
- Mappings:
Namespace Name Mixin selector official aLry;a(Lqx;)Vintermediary method_44883Lnet/minecraft/class_7614;method_44883(Lnet/minecraft/class_2540;)Vnamed method_44883Lnet/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 aLry;a(Lamd$a;[B)Vintermediary method_44882Lnet/minecraft/class_7614;method_44882(Lnet/minecraft/class_7498$class_7499;[B)Vnamed method_44882Lnet/minecraft/class_7614;method_44882(Lnet/minecraft/network/encryption/SignatureUpdatable$SignatureUpdater;[B)V
-
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. -
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. -
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). -
previousSignature
Returns the value of thepreviousSignaturerecord component.- Returns:
- the value of the
previousSignaturerecord component
-
sender
Returns the value of thesenderrecord component.- Returns:
- the value of the
senderrecord component
-