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$a
intermediary net/minecraft/class_7448$class_7622
named net/minecraft/network/message/SignedCommandArguments$class_7622
official b
intermediary comp_950
named signature
official c
intermediary comp_951
named signedPreview
official d
intermediary comp_952
named lastSeenMessages
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SignedCommandArguments.class_7622
private final class_7635
The field for thelastSeenMessages
record component.private final MessageSignatureData
The field for thesignature
record component.private final boolean
The field for thesignedPreview
record component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7622
(MessageSignatureData messageSignatureData, boolean bool, class_7635 class_7635) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of thelastSeenMessages
record component.Returns the value of thesignature
record component.boolean
Returns the value of thesignedPreview
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
signature
The field for thesignature
record component. -
signedPreview
private final boolean signedPreviewThe field for thesignedPreview
record component. -
lastSeenMessages
The field for thelastSeenMessages
record component. -
field_39833
- Mappings:
Namespace Name Mixin selector official a
Ldp$a;a:Ldp$a;
intermediary field_39833
Lnet/minecraft/class_7448$class_7622;field_39833:Lnet/minecraft/class_7448$class_7622;
named field_39833
Lnet/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 thesignature
record component.- Returns:
- the value of the
signature
record component
-
signedPreview
public boolean signedPreview()Returns the value of thesignedPreview
record component.- Returns:
- the value of the
signedPreview
record component
-
lastSeenMessages
Returns the value of thelastSeenMessages
record component.- Returns:
- the value of the
lastSeenMessages
record component
-