Package net.minecraft
Record Class class_8617
java.lang.Object
java.lang.Record
net.minecraft.class_8617
- Record Components:
overlays-
- Mappings:
Namespace Name official alxintermediary net/minecraft/class_8617named net/minecraft/class_8617official bintermediary comp_1577named overlays
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceMetadataSerializer<class_8617>private static final Patternprivate static final com.mojang.serialization.Codec<class_8617>private final List<class_8617.class_8618>The field for theoverlaysrecord 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.method_52427(int int2) private static com.mojang.serialization.DataResult<String>method_52430(String string) overlays()Returns the value of theoverlaysrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
overlays
The field for theoverlaysrecord component. -
field_45046
- Mappings:
Namespace Name Mixin selector official cLalx;c:Ljava/util/regex/Pattern;intermediary field_45046Lnet/minecraft/class_8617;field_45046:Ljava/util/regex/Pattern;named field_45046Lnet/minecraft/class_8617;field_45046:Ljava/util/regex/Pattern;
-
field_45047
- Mappings:
Namespace Name Mixin selector official dLalx;d:Lcom/mojang/serialization/Codec;intermediary field_45047Lnet/minecraft/class_8617;field_45047:Lcom/mojang/serialization/Codec;named field_45047Lnet/minecraft/class_8617;field_45047:Lcom/mojang/serialization/Codec;
-
field_45045
- Mappings:
Namespace Name Mixin selector official aLalx;a:Laml;intermediary field_45045Lnet/minecraft/class_8617;field_45045:Lnet/minecraft/class_7677;named field_45045Lnet/minecraft/class_8617;field_45045:Lnet/minecraft/resource/metadata/ResourceMetadataSerializer;
-
-
Constructor Details
-
class_8617
-
-
Method Details
-
method_52430
- Mappings:
Namespace Name Mixin selector official aLalx;a(Ljava/lang/String;)Lcom/mojang/serialization/DataResult;intermediary method_52430Lnet/minecraft/class_8617;method_52430(Ljava/lang/String;)Lcom/mojang/serialization/DataResult;named method_52430Lnet/minecraft/class_8617;method_52430(Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
-
method_52427
- Mappings:
Namespace Name Mixin selector official aLalx;a(I)Ljava/util/List;intermediary method_52427Lnet/minecraft/class_8617;method_52427(I)Ljava/util/List;named method_52427Lnet/minecraft/class_8617;method_52427(I)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). -
overlays
Returns the value of theoverlaysrecord component.- Returns:
- the value of the
overlaysrecord component
-