Package net.minecraft

Record Class class_7046.class_7047

java.lang.Object
java.lang.Record
net.minecraft.class_7046.class_7047
Record Components:
biomeMapping -
fallback -
Enclosing class:
class_7046

private static record class_7046.class_7047(Map<String,String> biomeMapping, String fallback) extends Record
Mappings:
Namespace Name
official apo$a
intermediary net/minecraft/class_7046$class_7047
named net/minecraft/class_7046$class_7047
official a
intermediary comp_462
named biomeMapping
official b
intermediary comp_463
named fallback
  • Field Details

  • Constructor Details

  • Method Details

    • method_41027

      public static class_7046.class_7047 method_41027(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lapo$a;a(Ljava/lang/String;)Lapo$a;
      intermediary method_41027 Lnet/minecraft/class_7046$class_7047;method_41027(Ljava/lang/String;)Lnet/minecraft/class_7046$class_7047;
      named method_41027 Lnet/minecraft/class_7046$class_7047;method_41027(Ljava/lang/String;)Lnet/minecraft/class_7046$class_7047;
    • method_41029

      public static class_7046.class_7047 method_41029(Map<List<String>,String> map, String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lapo$a;a(Ljava/util/Map;Ljava/lang/String;)Lapo$a;
      intermediary method_41029 Lnet/minecraft/class_7046$class_7047;method_41029(Ljava/util/Map;Ljava/lang/String;)Lnet/minecraft/class_7046$class_7047;
      named method_41029 Lnet/minecraft/class_7046$class_7047;method_41029(Ljava/util/Map;Ljava/lang/String;)Lnet/minecraft/class_7046$class_7047;
    • method_41028

      private static Map<String,String> method_41028(Map<List<String>,String> map)
      Mappings:
      Namespace Name Mixin selector
      official a Lapo$a;a(Ljava/util/Map;)Ljava/util/Map;
      intermediary method_41028 Lnet/minecraft/class_7046$class_7047;method_41028(Ljava/util/Map;)Ljava/util/Map;
      named method_41028 Lnet/minecraft/class_7046$class_7047;method_41028(Ljava/util/Map;)Ljava/util/Map;
    • 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.
    • biomeMapping

      public Map<String,String> biomeMapping()
      Returns the value of the biomeMapping record component.
      Returns:
      the value of the biomeMapping record component
    • fallback

      public String fallback()
      Returns the value of the fallback record component.
      Returns:
      the value of the fallback record component