Class VillagerRebuildLevelAndXpFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.VillagerRebuildLevelAndXpFix
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int[]private static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Typed<?> private static Typed<?> addXpFromLevel(Typed<?> villager, int level) static intgetMinXpPerLevel(int level) makeRule()Methods inherited from class DataFix
checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead
-
Field Details
-
TRADES_PER_LEVEL
private static final int TRADES_PER_LEVEL- See Also:
-
LEVEL_XP_THRESHOLDS
private static final int[] LEVEL_XP_THRESHOLDS
-
-
Constructor Details
-
VillagerRebuildLevelAndXpFix
-
-
Method Details