Package net.minecraft.util.datafix.fixes
Class EntityZombieVillagerTypeFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.NamedEntityFix
net.minecraft.util.datafix.fixes.EntityZombieVillagerTypeFix
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntityZombieVillagerTypeFix
(com.mojang.datafixers.schemas.Schema pOutputSchema, boolean pChangesType) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.mojang.datafixers.Typed
<?> fix
(com.mojang.datafixers.Typed<?> pTyped) com.mojang.serialization.Dynamic
<?> fixTag
(com.mojang.serialization.Dynamic<?> p_15813_) private int
getVillagerProfession
(int pVillagerProfession) Methods inherited from class net.minecraft.util.datafix.fixes.NamedEntityFix
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
-
PROFESSION_MAX
private static final int PROFESSION_MAX- See Also:
-
-
Constructor Details
-
EntityZombieVillagerTypeFix
public EntityZombieVillagerTypeFix(com.mojang.datafixers.schemas.Schema pOutputSchema, boolean pChangesType)
-
-
Method Details
-
fixTag
public com.mojang.serialization.Dynamic<?> fixTag(com.mojang.serialization.Dynamic<?> p_15813_) -
getVillagerProfession
private int getVillagerProfession(int pVillagerProfession) -
fix
protected com.mojang.datafixers.Typed<?> fix(com.mojang.datafixers.Typed<?> pTyped) - Specified by:
fix
in classNamedEntityFix
-