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
ConstructorsConstructorDescriptionBlockPosFormatAndRenamesFix(com.mojang.datafixers.schemas.Schema pOutputSchema) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddBlockEntityRules(List<com.mojang.datafixers.TypeRewriteRule> pOutput) private voidaddEntityRules(List<com.mojang.datafixers.TypeRewriteRule> pOutput) private com.mojang.datafixers.TypeRewriteRulecreateEntityFixer(com.mojang.datafixers.DSL.TypeReference pReference, String pEntityId, Map<String, String> pRenames) private com.mojang.datafixers.Typed<?> private <T> com.mojang.serialization.Dynamic<T> fixMapSavedData(com.mojang.serialization.Dynamic<T> p_326466_) 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 pOutputSchema)
-
-
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:
makeRulein classcom.mojang.datafixers.DataFix
-
addEntityRules
-
addBlockEntityRules
-
createEntityFixer
-