Package net.minecraft

Record Class class_8617

java.lang.Object
java.lang.Record
net.minecraft.class_8617
Record Components:
overlays -

public record class_8617(List<class_8617.class_8618> overlays) extends Record
Mappings:
Namespace Name
official alx
intermediary net/minecraft/class_8617
named net/minecraft/class_8617
official b
intermediary comp_1577
named overlays
  • Field Details

    • overlays

      private final List<class_8617.class_8618> overlays
      The field for the overlays record component.
    • field_45046

      private static final Pattern field_45046
      Mappings:
      Namespace Name Mixin selector
      official c Lalx;c:Ljava/util/regex/Pattern;
      intermediary field_45046 Lnet/minecraft/class_8617;field_45046:Ljava/util/regex/Pattern;
      named field_45046 Lnet/minecraft/class_8617;field_45046:Ljava/util/regex/Pattern;
    • field_45047

      private static final com.mojang.serialization.Codec<class_8617> field_45047
      Mappings:
      Namespace Name Mixin selector
      official d Lalx;d:Lcom/mojang/serialization/Codec;
      intermediary field_45047 Lnet/minecraft/class_8617;field_45047:Lcom/mojang/serialization/Codec;
      named field_45047 Lnet/minecraft/class_8617;field_45047:Lcom/mojang/serialization/Codec;
    • field_45045

      public static final ResourceMetadataSerializer<class_8617> field_45045
      Mappings:
      Namespace Name Mixin selector
      official a Lalx;a:Laml;
      intermediary field_45045 Lnet/minecraft/class_8617;field_45045:Lnet/minecraft/class_7677;
      named field_45045 Lnet/minecraft/class_8617;field_45045:Lnet/minecraft/resource/metadata/ResourceMetadataSerializer;
  • Constructor Details

  • Method Details

    • method_52430

      private static com.mojang.serialization.DataResult<String> method_52430(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lalx;a(Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
      intermediary method_52430 Lnet/minecraft/class_8617;method_52430(Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
      named method_52430 Lnet/minecraft/class_8617;method_52430(Ljava/lang/String;)Lcom/mojang/serialization/DataResult;
    • method_52427

      public List<String> method_52427(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lalx;a(I)Ljava/util/List;
      intermediary method_52427 Lnet/minecraft/class_8617;method_52427(I)Ljava/util/List;
      named method_52427 Lnet/minecraft/class_8617;method_52427(I)Ljava/util/List;
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • overlays

      public List<class_8617.class_8618> overlays()
      Returns the value of the overlays record component.
      Returns:
      the value of the overlays record component