Package net.minecraft
Record Class class_7630.class_7631
java.lang.Object
java.lang.Record
net.minecraft.class_7630.class_7631
- Record Components:
header-headerSignature-bodyDigest-
- All Implemented Interfaces:
class_7629,class_7630
- Enclosing interface:
class_7630
@Environment(CLIENT)
public static record class_7630.class_7631(MessageHeader header, MessageSignatureData headerSignature, byte[] bodyDigest)
extends Record
implements class_7630
- Mappings:
Namespace Name official evf$aintermediary net/minecraft/class_7630$class_7631named net/minecraft/class_7630$class_7631official aintermediary comp_960named headerofficial bintermediary comp_961named headerSignatureofficial cintermediary comp_962named bodyDigest
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_7630
class_7630.class_7631 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]The field for thebodyDigestrecord component.private final MessageHeaderThe field for theheaderrecord component.private final MessageSignatureDataThe field for theheaderSignaturerecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7631(MessageHeader messageHeader, MessageSignatureData messageSignatureData, byte[] byte2) -
Method Summary
-
Field Details
-
header
The field for theheaderrecord component. -
headerSignature
The field for theheaderSignaturerecord component. -
bodyDigest
private final byte[] bodyDigestThe field for thebodyDigestrecord component.
-
-
Constructor Details
-
class_7631
public class_7631(MessageHeader messageHeader, MessageSignatureData messageSignatureData, byte[] byte2)
-
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
header
- Specified by:
headerin interfaceclass_7630- Mappings:
Namespace Name Mixin selector official dLevf;d()Lsd;intermediary comp_960Lnet/minecraft/class_7630;comp_960()Lnet/minecraft/class_7614;named headerLnet/minecraft/class_7630;header()Lnet/minecraft/network/message/MessageHeader;
-
headerSignature
- Specified by:
headerSignaturein interfaceclass_7630- Mappings:
Namespace Name Mixin selector official fLevf;f()Lrw;intermediary comp_961Lnet/minecraft/class_7630;comp_961()Lnet/minecraft/class_7469;named headerSignatureLnet/minecraft/class_7630;headerSignature()Lnet/minecraft/network/message/MessageSignatureData;
-
bodyDigest
public byte[] bodyDigest()- Specified by:
bodyDigestin interfaceclass_7630- Mappings:
Namespace Name Mixin selector official eLevf;e()[Bintermediary comp_962Lnet/minecraft/class_7630;comp_962()[Bnamed bodyDigestLnet/minecraft/class_7630;bodyDigest()[B
-