Package net.minecraft.network.message
Record Class SignedCommandArguments.class_7622
java.lang.Object
java.lang.Record
net.minecraft.network.message.SignedCommandArguments.class_7622
- Record Components:
signature-signedPreview-lastSeenMessages-
- Enclosing interface:
SignedCommandArguments
public static record SignedCommandArguments.class_7622(MessageSignatureData signature, boolean signedPreview, class_7635 lastSeenMessages)
extends Record
- Mappings:
Namespace Name official dp$aintermediary net/minecraft/class_7448$class_7622named net/minecraft/network/message/SignedCommandArguments$class_7622official bintermediary comp_950named signatureofficial cintermediary comp_951named signedPreviewofficial dintermediary comp_952named lastSeenMessages
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SignedCommandArguments.class_7622private final class_7635The field for thelastSeenMessagesrecord component.private final MessageSignatureDataThe field for thesignaturerecord component.private final booleanThe field for thesignedPreviewrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7622(MessageSignatureData messageSignatureData, boolean bool, class_7635 class_7635) -
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.Returns the value of thelastSeenMessagesrecord component.Returns the value of thesignaturerecord component.booleanReturns the value of thesignedPreviewrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
signature
The field for thesignaturerecord component. -
signedPreview
private final boolean signedPreviewThe field for thesignedPreviewrecord component. -
lastSeenMessages
The field for thelastSeenMessagesrecord component. -
field_39833
- Mappings:
Namespace Name Mixin selector official aLdp$a;a:Ldp$a;intermediary field_39833Lnet/minecraft/class_7448$class_7622;field_39833:Lnet/minecraft/class_7448$class_7622;named field_39833Lnet/minecraft/network/message/SignedCommandArguments$class_7622;field_39833:Lnet/minecraft/network/message/SignedCommandArguments$class_7622;
-
-
Constructor Details
-
class_7622
-
-
Method Details
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
signature
Returns the value of thesignaturerecord component.- Returns:
- the value of the
signaturerecord component
-
signedPreview
public boolean signedPreview()Returns the value of thesignedPreviewrecord component.- Returns:
- the value of the
signedPreviewrecord component
-
lastSeenMessages
Returns the value of thelastSeenMessagesrecord component.- Returns:
- the value of the
lastSeenMessagesrecord component
-