Package net.minecraft
Record Class class_9813
java.lang.Object
java.lang.Record
net.minecraft.class_9813
- Record Components:
header
-nuggets
-
- Mappings:
Namespace Name named net/minecraft/class_9813
intermediary net/minecraft/class_9813
official y
named header
intermediary comp_2856
official e
named nuggets
intermediary comp_2857
official f
-
Field Summary
Modifier and TypeFieldDescriptionprivate final String
The field for theheader
record component.static final class_9813
static final class_9813
static final class_9813
static final class_9813
The field for thenuggets
record component. -
Constructor Summary
-
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.header()
Returns the value of theheader
record component.void
method_60928
(StringBuilder stringBuilder, List<String> list) nuggets()
Returns the value of thenuggets
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
header
The field for theheader
record component. -
nuggets
The field for thenuggets
record component. -
MINECRAFT_CRASH_REPORT
- Mappings:
Namespace Name Mixin selector named MINECRAFT_CRASH_REPORT
Lnet/minecraft/class_9813;MINECRAFT_CRASH_REPORT:Lnet/minecraft/class_9813;
intermediary field_52181
Lnet/minecraft/class_9813;field_52181:Lnet/minecraft/class_9813;
official a
Ly;a:Ly;
-
MINECRAFT_PROFILER_RESULTS
- Mappings:
Namespace Name Mixin selector named MINECRAFT_PROFILER_RESULTS
Lnet/minecraft/class_9813;MINECRAFT_PROFILER_RESULTS:Lnet/minecraft/class_9813;
intermediary field_52182
Lnet/minecraft/class_9813;field_52182:Lnet/minecraft/class_9813;
official b
Ly;b:Ly;
-
MINECRAFT_TEST_REPORT
- Mappings:
Namespace Name Mixin selector named MINECRAFT_TEST_REPORT
Lnet/minecraft/class_9813;MINECRAFT_TEST_REPORT:Lnet/minecraft/class_9813;
intermediary field_52183
Lnet/minecraft/class_9813;field_52183:Lnet/minecraft/class_9813;
official c
Ly;c:Ly;
-
MINECRAFT_NETWORK_PROTOCOL_ERROR_REPORT
- Mappings:
Namespace Name Mixin selector named MINECRAFT_NETWORK_PROTOCOL_ERROR_REPORT
Lnet/minecraft/class_9813;MINECRAFT_NETWORK_PROTOCOL_ERROR_REPORT:Lnet/minecraft/class_9813;
intermediary field_52184
Lnet/minecraft/class_9813;field_52184:Lnet/minecraft/class_9813;
official d
Ly;d:Ly;
-
-
Constructor Details
-
class_9813
-
-
Method Details
-
method_60927
- Mappings:
Namespace Name Mixin selector named method_60927
Lnet/minecraft/class_9813;method_60927()Ljava/lang/String;
intermediary method_60927
Lnet/minecraft/class_9813;method_60927()Ljava/lang/String;
official a
Ly;a()Ljava/lang/String;
-
method_60928
- Mappings:
Namespace Name Mixin selector named method_60928
Lnet/minecraft/class_9813;method_60928(Ljava/lang/StringBuilder;Ljava/util/List;)V
intermediary method_60928
Lnet/minecraft/class_9813;method_60928(Ljava/lang/StringBuilder;Ljava/util/List;)V
official a
Ly;a(Ljava/lang/StringBuilder;Ljava/util/List;)V
-
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
Returns the value of theheader
record component.- Returns:
- the value of the
header
record component
-
nuggets
Returns the value of thenuggets
record component.- Returns:
- the value of the
nuggets
record component
-