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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
addBlockEntityRules
(List<com.mojang.datafixers.TypeRewriteRule> p_331262_) private void
addEntityRules
(List<com.mojang.datafixers.TypeRewriteRule> p_328667_) private com.mojang.datafixers.TypeRewriteRule
createEntityFixer
(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.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
-
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:
makeRule
in classcom.mojang.datafixers.DataFix
-
addEntityRules
-
addBlockEntityRules
-
createEntityFixer
-