Package net.minecraft
Record Class class_11839.class_11840
java.lang.Object
java.lang.Record
net.minecraft.class_11839.class_11840
- Record Components:
schemas-
- Enclosing class:
class_11839
- Mappings:
Namespace Name named net/minecraft/class_11839$class_11840intermediary net/minecraft/class_11839$class_11840official avb$anamed schemasintermediary comp_4712official b
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<class_11839.class_11840> private final Map<String, class_11821> The field for theschemasrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.schemas()Returns the value of theschemasrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
schemas
The field for theschemasrecord component. -
field_62396
- Mappings:
Namespace Name Mixin selector named field_62396Lnet/minecraft/class_11839$class_11840;field_62396:Lcom/mojang/serialization/MapCodec;intermediary field_62396Lnet/minecraft/class_11839$class_11840;field_62396:Lcom/mojang/serialization/MapCodec;official aLavb$a;a:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
class_11840
-
-
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). -
schemas
Returns the value of theschemasrecord component.- Returns:
- the value of the
schemasrecord component
-