Package net.minecraft.datafixer.fix
Record Class StructuresToConfiguredStructuresFix.Mapping
java.lang.Object
java.lang.Record
net.minecraft.datafixer.fix.StructuresToConfiguredStructuresFix.Mapping
- Record Components:
- biomeMapping-
- fallback-
- Enclosing class:
- StructuresToConfiguredStructuresFix
private static record StructuresToConfiguredStructuresFix.Mapping(Map<String,String> biomeMapping, String fallback)
extends Record 
- Mappings:
- Namespace - Name - named - net/minecraft/datafixer/fix/StructuresToConfiguredStructuresFix$Mapping- intermediary - net/minecraft/class_7046$class_7047- official - bir$a- named - biomeMapping- intermediary - comp_462- official - a- named - fallback- intermediary - comp_463- official - b
- 
Field SummaryFieldsModifier and TypeFieldDescriptionThe field for thebiomeMappingrecord component.private final StringThe field for thefallbackrecord component.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.flattenBiomeMapping(Map<List<String>, String> biomeMapping) final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
biomeMappingThe field for thebiomeMappingrecord component.
- 
fallbackThe field for thefallbackrecord component.
 
- 
- 
Constructor Details- 
Mapping
 
- 
- 
Method Details- 
create- Mappings:
- Namespace - Name - Mixin selector - named - create- Lnet/minecraft/datafixer/fix/StructuresToConfiguredStructuresFix$Mapping;create(Ljava/lang/String;)Lnet/minecraft/datafixer/fix/StructuresToConfiguredStructuresFix$Mapping;- intermediary - method_41027- Lnet/minecraft/class_7046$class_7047;method_41027(Ljava/lang/String;)Lnet/minecraft/class_7046$class_7047;- official - a- Lbir$a;a(Ljava/lang/String;)Lbir$a;
 
- 
createpublic static StructuresToConfiguredStructuresFix.Mapping create(Map<List<String>, String> biomeMapping, String fallback) - Mappings:
- Namespace - Name - Mixin selector - named - create- Lnet/minecraft/datafixer/fix/StructuresToConfiguredStructuresFix$Mapping;create(Ljava/util/Map;Ljava/lang/String;)Lnet/minecraft/datafixer/fix/StructuresToConfiguredStructuresFix$Mapping;- intermediary - method_41029- Lnet/minecraft/class_7046$class_7047;method_41029(Ljava/util/Map;Ljava/lang/String;)Lnet/minecraft/class_7046$class_7047;- official - a- Lbir$a;a(Ljava/util/Map;Ljava/lang/String;)Lbir$a;
 
- 
flattenBiomeMapping- Mappings:
- Namespace - Name - Mixin selector - named - flattenBiomeMapping- Lnet/minecraft/datafixer/fix/StructuresToConfiguredStructuresFix$Mapping;flattenBiomeMapping(Ljava/util/Map;)Ljava/util/Map;- intermediary - method_41028- Lnet/minecraft/class_7046$class_7047;method_41028(Ljava/util/Map;)Ljava/util/Map;- official - a- Lbir$a;a(Ljava/util/Map;)Ljava/util/Map;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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).
- 
biomeMappingReturns the value of thebiomeMappingrecord component.- Returns:
- the value of the biomeMappingrecord component
 
- 
fallbackReturns the value of thefallbackrecord component.- Returns:
- the value of the fallbackrecord component
 
 
-