Package net.minecraft.util
Record Class ErrorReporter.Impl.class_11331
java.lang.Object
java.lang.Record
net.minecraft.util.ErrorReporter.Impl.class_11331
- Record Components:
element-problems-children-
- Enclosing class:
ErrorReporter.Impl
private static record ErrorReporter.Impl.class_11331(ErrorReporter.class_11336 element, List<ErrorReporter.class_11337> problems, Map<ErrorReporter.class_11336,ErrorReporter.Impl.class_11331> children)
extends Record
- Mappings:
Namespace Name named net/minecraft/util/ErrorReporter$Impl$class_11331intermediary net/minecraft/class_8942$class_8943$class_11331official bao$a$bnamed elementintermediary comp_4201official anamed problemsintermediary comp_4202official bnamed childrenintermediary comp_4203official c
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<ErrorReporter.class_11336, ErrorReporter.Impl.class_11331> The field for thechildrenrecord component.private final ErrorReporter.class_11336The field for theelementrecord component.private final List<ErrorReporter.class_11337> The field for theproblemsrecord component. -
Constructor Summary
ConstructorsModifierConstructorDescriptionclass_11331(ErrorReporter.class_11336 class_11336) privateclass_11331(ErrorReporter.class_11336 class_11336, List<ErrorReporter.class_11337> list, Map<ErrorReporter.class_11336, ErrorReporter.Impl.class_11331> map) -
Method Summary
Modifier and TypeMethodDescriptionchildren()Returns the value of thechildrenrecord component.element()Returns the value of theelementrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.method_71354(ErrorReporter.class_11336 class_11336) problems()Returns the value of theproblemsrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_11331
-
class_11331
private class_11331(ErrorReporter.class_11336 class_11336, List<ErrorReporter.class_11337> list, Map<ErrorReporter.class_11336, ErrorReporter.Impl.class_11331> map)
-
-
Method Details
-
method_71354
- Mappings:
Namespace Name Mixin selector named method_71354Lnet/minecraft/util/ErrorReporter$Impl$class_11331;method_71354(Lnet/minecraft/util/ErrorReporter$class_11336;)Lnet/minecraft/util/ErrorReporter$Impl$class_11331;intermediary method_71354Lnet/minecraft/class_8942$class_8943$class_11331;method_71354(Lnet/minecraft/class_8942$class_11336;)Lnet/minecraft/class_8942$class_8943$class_11331;official aLbao$a$b;a(Lbao$f;)Lbao$a$b;
-
method_71353
- Mappings:
Namespace Name Mixin selector named method_71353Lnet/minecraft/util/ErrorReporter$Impl$class_11331;method_71353()Ljava/util/List;intermediary method_71353Lnet/minecraft/class_8942$class_8943$class_11331;method_71353()Ljava/util/List;official aLbao$a$b;a()Ljava/util/List;
-
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). -
element
Returns the value of theelementrecord component.- Returns:
- the value of the
elementrecord component
-
problems
Returns the value of theproblemsrecord component.- Returns:
- the value of the
problemsrecord component
-
children
Returns the value of thechildrenrecord component.- Returns:
- the value of the
childrenrecord component
-