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$aintermediary net/minecraft/class_7046$class_7047named net/minecraft/class_7046$class_7047official aintermediary comp_462named biomeMappingofficial bintermediary comp_463named fallback
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe field for thebiomeMappingrecord component.private final StringThe field for thefallbackrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebiomeMappingrecord component.final booleanIndicates whether some other object is "equal to" this one.fallback()Returns the value of thefallbackrecord component.final inthashCode()Returns a hash code value for this object.static class_7046.class_7047method_41027(String string) method_41028(Map<List<String>, String> map) static class_7046.class_7047final StringtoString()Returns a string representation of this record class.
-
Field Details
-
biomeMapping
The field for thebiomeMappingrecord component. -
fallback
The field for thefallbackrecord component.
-
-
Constructor Details
-
class_7047
-
-
Method Details
-
method_41027
- Mappings:
Namespace Name Mixin selector official aLapo$a;a(Ljava/lang/String;)Lapo$a;intermediary method_41027Lnet/minecraft/class_7046$class_7047;method_41027(Ljava/lang/String;)Lnet/minecraft/class_7046$class_7047;named method_41027Lnet/minecraft/class_7046$class_7047;method_41027(Ljava/lang/String;)Lnet/minecraft/class_7046$class_7047;
-
method_41029
- Mappings:
Namespace Name Mixin selector official aLapo$a;a(Ljava/util/Map;Ljava/lang/String;)Lapo$a;intermediary method_41029Lnet/minecraft/class_7046$class_7047;method_41029(Ljava/util/Map;Ljava/lang/String;)Lnet/minecraft/class_7046$class_7047;named method_41029Lnet/minecraft/class_7046$class_7047;method_41029(Ljava/util/Map;Ljava/lang/String;)Lnet/minecraft/class_7046$class_7047;
-
method_41028
- Mappings:
Namespace Name Mixin selector official aLapo$a;a(Ljava/util/Map;)Ljava/util/Map;intermediary method_41028Lnet/minecraft/class_7046$class_7047;method_41028(Ljava/util/Map;)Ljava/util/Map;named method_41028Lnet/minecraft/class_7046$class_7047;method_41028(Ljava/util/Map;)Ljava/util/Map;
-
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). -
biomeMapping
Returns the value of thebiomeMappingrecord component.- Returns:
- the value of the
biomeMappingrecord component
-
fallback
Returns the value of thefallbackrecord component.- Returns:
- the value of the
fallbackrecord component
-