Package net.minecraft.util.datafix.fixes
Class BlockPosFormatAndRenamesFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.BlockPosFormatAndRenamesFix
public class BlockPosFormatAndRenamesFix
extends com.mojang.datafixers.DataFix
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddBlockEntityRules(List<com.mojang.datafixers.TypeRewriteRule> p_331262_) private voidaddEntityRules(List<com.mojang.datafixers.TypeRewriteRule> p_328667_) private com.mojang.datafixers.TypeRewriteRulecreateEntityFixer(com.mojang.datafixers.DSL.TypeReference p_328651_, String p_335363_, Map<String, String> p_335843_) private com.mojang.datafixers.Typed<?> private <T> com.mojang.serialization.Dynamic<T> fixMapSavedData(com.mojang.serialization.Dynamic<T> p_328964_) com.mojang.datafixers.TypeRewriteRulemakeRule()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
-
PATROLLING_MOBS
-
-
Constructor Details
-
BlockPosFormatAndRenamesFix
public BlockPosFormatAndRenamesFix(com.mojang.datafixers.schemas.Schema p_334085_)
-
-
Method Details
-
fixFields
-
fixMapSavedData
private <T> com.mojang.serialization.Dynamic<T> fixMapSavedData(com.mojang.serialization.Dynamic<T> p_328964_) -
makeRule
public com.mojang.datafixers.TypeRewriteRule makeRule()- Specified by:
makeRulein classcom.mojang.datafixers.DataFix
-
addEntityRules
-
addBlockEntityRules
-
createEntityFixer
-