Package net.minecraft
Record Class class_7673.class_7674
java.lang.Object
java.lang.Record
net.minecraft.class_7673.class_7674
- Record Components:
children-
- All Implemented Interfaces:
class_7673
- Enclosing interface:
class_7673
public static record class_7673.class_7674(Map<String,class_7668> children)
extends Record
implements class_7673
- Mappings:
Namespace Name official air$aintermediary net/minecraft/class_7673$class_7674named net/minecraft/class_7673$class_7674official cintermediary comp_997named children
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_7673
class_7673.class_7674, class_7673.class_7675 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<String,class_7668> The field for thechildrenrecord component.Fields inherited from interface net.minecraft.class_7673
field_40035, field_40036 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildren()Returns the value of thechildrenrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
children
The field for thechildrenrecord component.
-
-
Constructor Details
-
class_7674
-
-
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). -
children
Returns the value of thechildrenrecord component.- Returns:
- the value of the
childrenrecord component
-