Class StructuresBecomeConfiguredFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.StructuresBecomeConfiguredFix
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map<String, StructuresBecomeConfiguredFix.Conversion> private static final org.slf4j.Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate @Nullable Dynamic<?> findUpdatedStructureType(Dynamic<?> dynamicKey, Dynamic<?> chunk) private Dynamic<?> guessConfiguration(Dynamic<?> chunk, StructuresBecomeConfiguredFix.Conversion conversion) protected TypeRewriteRulemakeRule()private Dynamic<?> updateReferences(Dynamic<?> references, Dynamic<?> chunk) private Dynamic<?> updateStarts(Dynamic<?> starts, Dynamic<?> chunk) Methods inherited from class DataFix
checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
CONVERSION_MAP
-
-
Constructor Details
-
StructuresBecomeConfiguredFix
-
-
Method Details