net.minecraft.datafixer.fix

public class BlockPosFormatFix

extends com.mojang.datafixers.DataFix

net.minecraft.util.datafix.fixes.BlockPosFormatAndRenamesFix
net.minecraft.util.datafix.fixes.BlockPosFormatAndRenamesFix
net.minecraft.class_9230
net.minecraft.datafixer.fix.BlockPosFormatFix

Field summary

Modifier and TypeField
private static final List<String>
PATROLLING_MOBS
PATROLLING_MOBS
field_49057
PATROL_TARGET_ENTITY_IDS

Constructor summary

ModifierConstructor
public (com.mojang.datafixers.schemas.Schema outputSchema)

Method summary

Modifier and TypeMethod
private com.mojang.datafixers.Typed<?>
fixFields(com.mojang.datafixers.Typed<?> typed, Map<String, String> fields)
fixFields(com.mojang.datafixers.Typed<?> typed, Map<String, String> fields)
method_56956(com.mojang.datafixers.Typed<?> arg0, Map<String, String> arg1)
fixOldBlockPosFormat(com.mojang.datafixers.Typed<?> arg0, Map<String, String> oldToNewKey)
private <T> com.mojang.serialization.Dynamic<T>
fixMapSavedData(com.mojang.serialization.Dynamic<T> data)
fixMapSavedData(com.mojang.serialization.Dynamic<T> data)
method_56957(com.mojang.serialization.Dynamic<T> arg0)
fixMapItemFrames(com.mojang.serialization.Dynamic<T> dynamic)
public com.mojang.datafixers.TypeRewriteRule
makeRule()
makeRule()
private void
addEntityRules(List<com.mojang.datafixers.TypeRewriteRule> rules)
addEntityRules(List<com.mojang.datafixers.TypeRewriteRule> rules)
method_56958(List<com.mojang.datafixers.TypeRewriteRule> arg0)
addEntityFixes(List<com.mojang.datafixers.TypeRewriteRule> rules)
private void
addBlockEntityRules(List<com.mojang.datafixers.TypeRewriteRule> rules)
addBlockEntityRules(List<com.mojang.datafixers.TypeRewriteRule> rules)
method_56963(List<com.mojang.datafixers.TypeRewriteRule> arg0)
addBlockEntityFixes(List<com.mojang.datafixers.TypeRewriteRule> rules)
private com.mojang.datafixers.TypeRewriteRule
createEntityFixer(com.mojang.datafixers.DSL$TypeReference type, String entityName, Map<String, String> fields)
createEntityFixer(com.mojang.datafixers.DSL$TypeReference type, String entityName, Map<String, String> fields)
method_56953(com.mojang.datafixers.DSL$TypeReference arg0, String arg1, Map<String, String> arg2)
createFixRule(com.mojang.datafixers.DSL$TypeReference typeReference, String id, Map<String, String> oldToNewKey)