Class EntityZombieVillagerTypeFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.NamedEntityFix
net.minecraft.util.datafix.fixes.EntityZombieVillagerTypeFix
-
Field Summary
FieldsFields inherited from class NamedEntityFix
entityName, type -
Constructor Summary
ConstructorsConstructorDescriptionEntityZombieVillagerTypeFix(com.mojang.datafixers.schemas.Schema outputSchema, boolean changesType) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.mojang.datafixers.Typed<?> fix(com.mojang.datafixers.Typed<?> entity) com.mojang.serialization.Dynamic<?> fixTag(com.mojang.serialization.Dynamic<?> input) private intgetVillagerProfession(int profession) Methods inherited from class NamedEntityFix
makeRuleMethods 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 outputSchema, boolean changesType)
-
-
Method Details
-
fixTag
public com.mojang.serialization.Dynamic<?> fixTag(com.mojang.serialization.Dynamic<?> input) -
getVillagerProfession
private int getVillagerProfession(int profession) -
fix
protected com.mojang.datafixers.Typed<?> fix(com.mojang.datafixers.Typed<?> entity) - Specified by:
fixin classNamedEntityFix
-