Package net.minecraft.util.datafix.fixes
Class MapBannerBlockPosFormatFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.MapBannerBlockPosFormatFix
public class MapBannerBlockPosFormatFix
extends com.mojang.datafixers.DataFix
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static <T> com.mojang.serialization.Dynamic
<T> fixMapSavedData
(com.mojang.serialization.Dynamic<T> p_328953_) protected com.mojang.datafixers.TypeRewriteRule
makeRule()
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
-
Constructor Details
-
MapBannerBlockPosFormatFix
public MapBannerBlockPosFormatFix(com.mojang.datafixers.schemas.Schema p_333145_)
-
-
Method Details
-
fixMapSavedData
private static <T> com.mojang.serialization.Dynamic<T> fixMapSavedData(com.mojang.serialization.Dynamic<T> p_328953_) -
makeRule
protected com.mojang.datafixers.TypeRewriteRule makeRule()- Specified by:
makeRule
in classcom.mojang.datafixers.DataFix
-