Package net.minecraft
Record Class class_7469
java.lang.Object
java.lang.Record
net.minecraft.class_7469
- Record Components:
sender-timeStamp-saltSignature-
public record class_7469(UUID sender, Instant timeStamp, NetworkEncryptionUtils.SignatureData saltSignature)
extends Record
- Mappings:
Namespace Name official rkintermediary net/minecraft/class_7469named net/minecraft/class_7469official aintermediary comp_798named senderofficial bintermediary comp_799named timeStampofficial cintermediary comp_800named saltSignature
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NetworkEncryptionUtils.SignatureDataThe field for thesaltSignaturerecord component.private final UUIDThe field for thesenderrecord component.private final InstantThe field for thetimeStamprecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7469(UUID uUID, Instant instant, NetworkEncryptionUtils.SignatureData signatureData) -
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.static class_7469booleanmethod_43860(Signature signature, String string) booleanmethod_43861(Signature signature, Text text) static voidmethod_43862(Signature signature, Text text, UUID uUID, Instant instant, long long2) private static byte[]method_43863(Text text) Returns the value of thesaltSignaturerecord component.sender()Returns the value of thesenderrecord component.Returns the value of thetimeStamprecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
sender
The field for thesenderrecord component. -
timeStamp
The field for thetimeStamprecord component. -
saltSignature
The field for thesaltSignaturerecord component.
-
-
Constructor Details
-
class_7469
-
-
Method Details
-
method_43859
- Mappings:
Namespace Name Mixin selector official aLrk;a()Lrk;intermediary method_43859Lnet/minecraft/class_7469;method_43859()Lnet/minecraft/class_7469;named method_43859Lnet/minecraft/class_7469;method_43859()Lnet/minecraft/class_7469;
-
method_43861
- Throws:
SignatureException- Mappings:
Namespace Name Mixin selector official aLrk;a(Ljava/security/Signature;Lrf;)Zintermediary method_43861Lnet/minecraft/class_7469;method_43861(Ljava/security/Signature;Lnet/minecraft/class_2561;)Znamed method_43861Lnet/minecraft/class_7469;method_43861(Ljava/security/Signature;Lnet/minecraft/text/Text;)Z
-
method_43860
- Throws:
SignatureException- Mappings:
Namespace Name Mixin selector official aLrk;a(Ljava/security/Signature;Ljava/lang/String;)Zintermediary method_43860Lnet/minecraft/class_7469;method_43860(Ljava/security/Signature;Ljava/lang/String;)Znamed method_43860Lnet/minecraft/class_7469;method_43860(Ljava/security/Signature;Ljava/lang/String;)Z
-
method_43862
public static void method_43862(Signature signature, Text text, UUID uUID, Instant instant, long long2) throws SignatureException - Throws:
SignatureException- Mappings:
Namespace Name Mixin selector official aLrk;a(Ljava/security/Signature;Lrf;Ljava/util/UUID;Ljava/time/Instant;J)Vintermediary method_43862Lnet/minecraft/class_7469;method_43862(Ljava/security/Signature;Lnet/minecraft/class_2561;Ljava/util/UUID;Ljava/time/Instant;J)Vnamed method_43862Lnet/minecraft/class_7469;method_43862(Ljava/security/Signature;Lnet/minecraft/text/Text;Ljava/util/UUID;Ljava/time/Instant;J)V
-
method_43863
- Mappings:
Namespace Name Mixin selector official aLrk;a(Lrf;)[Bintermediary method_43863Lnet/minecraft/class_7469;method_43863(Lnet/minecraft/class_2561;)[Bnamed method_43863Lnet/minecraft/class_7469;method_43863(Lnet/minecraft/text/Text;)[B
-
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). -
sender
Returns the value of thesenderrecord component.- Returns:
- the value of the
senderrecord component
-
timeStamp
Returns the value of thetimeStamprecord component.- Returns:
- the value of the
timeStamprecord component
-
saltSignature
Returns the value of thesaltSignaturerecord component.- Returns:
- the value of the
saltSignaturerecord component
-