net.minecraft.world.entity.npc

public record VillagerData

cqf
net.minecraft.world.entity.npc.VillagerData
net.minecraft.class_3850
net.minecraft.village.VillagerData

Field summary

Modifier and TypeField
private final Holder<VillagerType>
e
type
comp_3520
type
private final Holder<VillagerProfession>
f
profession
comp_3521
profession
private final int
g
level
comp_3522
level
public static final int
a
MIN_VILLAGER_LEVEL
field_30613
MIN_LEVEL
public static final int
b
MAX_VILLAGER_LEVEL
field_30614
MAX_LEVEL
private static final int[]
h
NEXT_LEVEL_XP_THRESHOLDS
field_18540
LEVEL_BASE_EXPERIENCE
public static final com.mojang.serialization.Codec<VillagerData>
c
CODEC
field_24669
CODEC
public static final StreamCodec<RegistryFriendlyByteBuf, VillagerData>
d
STREAM_CODEC
field_48345
PACKET_CODEC

Constructor summary

ModifierConstructor
public (Holder<VillagerType> arg0, Holder<VillagerProfession> arg1, int level)

Method summary

Modifier and TypeMethod
public VillagerData
a(je<cqj> arg0)
withType(Holder<VillagerType> arg0)
method_16922(class_6880<class_3854> arg0)
withType(RegistryEntry<VillagerType> type)
public VillagerData
a(jf$a arg0, ald<cqj> arg1)
withType(HolderGetter$Provider arg0, ResourceKey<VillagerType> arg1)
method_66687(class_7871$class_7872 arg0, class_5321<class_3854> arg1)
withType(RegistryEntryLookup$RegistryLookup registries, RegistryKey<VillagerType> typeKey)
public VillagerData
b(je<cqh> arg0)
withProfession(Holder<VillagerProfession> arg0)
method_16921(class_6880<class_3852> arg0)
withProfession(RegistryEntry<VillagerProfession> profession)
public VillagerData
b(jf$a arg0, ald<cqh> arg1)
withProfession(HolderGetter$Provider arg0, ResourceKey<VillagerProfession> arg1)
method_66688(class_7871$class_7872 arg0, class_5321<class_3852> arg1)
withProfession(RegistryEntryLookup$RegistryLookup registries, RegistryKey<VillagerProfession> professionKey)
public VillagerData
a(int arg0)
withLevel(int arg0)
method_16920(int arg0)
withLevel(int level)
public static int
b(int arg0)
getMinXpPerLevel(int arg0)
method_19194(int arg0)
getLowerLevelExperience(int level)
public static int
c(int arg0)
getMaxXpPerLevel(int arg0)
method_19195(int arg0)
getUpperLevelExperience(int level)
public static boolean
d(int arg0)
canLevelUp(int arg0)
method_19196(int arg0)
canLevelUp(int level)
public Holder<VillagerType>
a()
type()
comp_3520()
type()
public Holder<VillagerProfession>
b()
profession()
comp_3521()
profession()
public int
c()
level()
comp_3522()
level()