Package net.minecraft.util.datafix.fixes
Class EntityZombieSplitFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.EntityRenameFix
net.minecraft.util.datafix.fixes.SimpleEntityRenameFix
net.minecraft.util.datafix.fixes.EntityZombieSplitFix
-
Field Summary
Fields inherited from class net.minecraft.util.datafix.fixes.EntityRenameFix
name
-
Constructor Summary
ConstructorDescriptionEntityZombieSplitFix
(com.mojang.datafixers.schemas.Schema p_15798_, boolean p_15799_) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.mojang.datafixers.util.Pair<String,
com.mojang.serialization.Dynamic<?>> getNewNameAndTag
(String p_15801_, com.mojang.serialization.Dynamic<?> p_15802_) Methods inherited from class net.minecraft.util.datafix.fixes.SimpleEntityRenameFix
fix
Methods inherited from class net.minecraft.util.datafix.fixes.EntityRenameFix
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
-
Constructor Details
-
EntityZombieSplitFix
public EntityZombieSplitFix(com.mojang.datafixers.schemas.Schema p_15798_, boolean p_15799_)
-
-
Method Details
-
getNewNameAndTag
protected com.mojang.datafixers.util.Pair<String,com.mojang.serialization.Dynamic<?>> getNewNameAndTag(String p_15801_, com.mojang.serialization.Dynamic<?> p_15802_) - Specified by:
getNewNameAndTag
in classSimpleEntityRenameFix
-