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_326031_) private void
addEntityRules
(List<com.mojang.datafixers.TypeRewriteRule> p_326170_) private com.mojang.datafixers.TypeRewriteRule
createEntityFixer
(com.mojang.datafixers.DSL.TypeReference p_326126_, String p_326263_, Map<String, String> p_326382_) private com.mojang.datafixers.Typed
<?> private <T> com.mojang.serialization.Dynamic
<T> fixMapSavedData
(com.mojang.serialization.Dynamic<T> p_326466_) 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_326146_)
-
-
Method Details
-
fixFields
-
fixMapSavedData
private <T> com.mojang.serialization.Dynamic<T> fixMapSavedData(com.mojang.serialization.Dynamic<T> p_326466_) -
makeRule
public com.mojang.datafixers.TypeRewriteRule makeRule()- Specified by:
makeRule
in classcom.mojang.datafixers.DataFix
-
addEntityRules
-
addBlockEntityRules
-
createEntityFixer
-