Package net.minecraft.client.report.log
Record Class HeaderEntry.Impl
java.lang.Object
java.lang.Record
net.minecraft.client.report.log.HeaderEntry.Impl
- Record Components:
header
-headerSignature
-bodyDigest
-
- All Implemented Interfaces:
ChatLogEntry
,HeaderEntry
- Enclosing interface:
HeaderEntry
@Environment(CLIENT)
public static record HeaderEntry.Impl(MessageHeader header, MessageSignatureData headerSignature, byte[] bodyDigest)
extends Record
implements HeaderEntry
- Mappings:
Namespace Name official evk$a
intermediary net/minecraft/class_7630$class_7631
named net/minecraft/client/report/log/HeaderEntry$Impl
official a
intermediary comp_960
named header
official b
intermediary comp_961
named headerSignature
official c
intermediary comp_962
named bodyDigest
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.report.log.HeaderEntry
HeaderEntry.Impl
-
Field Summary
Modifier and TypeFieldDescriptionprivate final byte[]
The field for thebodyDigest
record component.private final MessageHeader
The field for theheader
record component.private final MessageSignatureData
The field for theheaderSignature
record component. -
Constructor Summary
ConstructorDescriptionImpl
(MessageHeader messageHeader, MessageSignatureData messageSignatureData, byte[] byte2) -
Method Summary
-
Field Details
-
header
The field for theheader
record component. -
headerSignature
The field for theheaderSignature
record component. -
bodyDigest
private final byte[] bodyDigestThe field for thebodyDigest
record component.
-
-
Constructor Details
-
Impl
-
-
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:
header
in interfaceHeaderEntry
- Mappings:
Namespace Name Mixin selector official d
Levk;d()Lsh;
intermediary comp_960
Lnet/minecraft/class_7630;comp_960()Lnet/minecraft/class_7614;
named header
Lnet/minecraft/client/report/log/HeaderEntry;header()Lnet/minecraft/network/message/MessageHeader;
-
headerSignature
- Specified by:
headerSignature
in interfaceHeaderEntry
- Mappings:
Namespace Name Mixin selector official f
Levk;f()Lrz;
intermediary comp_961
Lnet/minecraft/class_7630;comp_961()Lnet/minecraft/class_7469;
named headerSignature
Lnet/minecraft/client/report/log/HeaderEntry;headerSignature()Lnet/minecraft/network/message/MessageSignatureData;
-
bodyDigest
public byte[] bodyDigest()- Specified by:
bodyDigest
in interfaceHeaderEntry
- Mappings:
Namespace Name Mixin selector official e
Levk;e()[B
intermediary comp_962
Lnet/minecraft/class_7630;comp_962()[B
named bodyDigest
Lnet/minecraft/client/report/log/HeaderEntry;bodyDigest()[B
-