Class UnfilledBuriedTreasureMapFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.UnfilledBuriedTreasureMapFix
public class UnfilledBuriedTreasureMapFix
extends com.mojang.datafixers.DataFix
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnfilledBuriedTreasureMapFix(com.mojang.datafixers.schemas.Schema outputSchema) -
Method Summary
Methods inherited from class com.mojang.datafixers.DataFix
checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead
-
Field Details
-
NEW_TRANSLATION
- See Also:
-
OLD_TRANSLATION
- See Also:
-
-
Constructor Details
-
UnfilledBuriedTreasureMapFix
public UnfilledBuriedTreasureMapFix(com.mojang.datafixers.schemas.Schema outputSchema)
-
-
Method Details
-
makeRule
protected com.mojang.datafixers.TypeRewriteRule makeRule()- Specified by:
makeRulein classcom.mojang.datafixers.DataFix
-
fix
private static <T> com.mojang.datafixers.Typed<T> fix(com.mojang.datafixers.Typed<T> typed)
-