net.minecraft.world.entity.npc.villager

public record VillagerData

dcy
net.minecraft.world.entity.npc.villager.VillagerData
net.minecraft.class_3850
net.minecraft.village.VillagerData
net.minecraft.src.C_432731_
net.minecraft.world.entity.npc.villager.VillagerData

字段概要

修饰符与类型字段
private final Holder<VillagerType>
e
type
comp_3520
type
f_435459_
private final Holder<VillagerProfession>
f
profession
comp_3521
profession
f_436029_
private final int
g
level
comp_3522
level
f_434094_
public static final int
a
MIN_VILLAGER_LEVEL
field_30613
MIN_LEVEL
f_434801_
public static final int
b
MAX_VILLAGER_LEVEL
field_30614
MAX_LEVEL
f_433284_
private static final int[]
h
NEXT_LEVEL_XP_THRESHOLDS
field_18540
LEVEL_BASE_EXPERIENCE
f_435224_
public static final com.mojang.serialization.Codec<VillagerData>
c
CODEC
field_24669
CODEC
f_433252_
public static final StreamCodec<RegistryFriendlyByteBuf, VillagerData>
d
STREAM_CODEC
field_48345
PACKET_CODEC
f_434489_

构造函数概要

修饰符构造函数
public (Holder<VillagerType> type, Holder<VillagerProfession> profession, int level)

方法概要

修饰符与类型方法
public VillagerData
a(jd<ddc> arg0)
withType(Holder<VillagerType> arg0)
method_16922(class_6880<class_3854> arg0)
withType(RegistryEntry<VillagerType> type)
m_446435_(C_203228_<C_432739_> arg0)
public VillagerData
a(je$a arg0, amt<ddc> 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)
m_445003_(C_254583_$C_254596_ p_454581_, C_5264_<C_432739_> arg1)
public VillagerData
b(jd<dda> arg0)
withProfession(Holder<VillagerProfession> arg0)
method_16921(class_6880<class_3852> arg0)
withProfession(RegistryEntry<VillagerProfession> profession)
m_445195_(C_203228_<C_432388_> arg0)
public VillagerData
b(je$a arg0, amt<dda> 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)
m_445867_(C_254583_$C_254596_ p_458279_, C_5264_<C_432388_> arg1)
public VillagerData
a(int arg0)
withLevel(int arg0)
method_16920(int arg0)
withLevel(int level)
m_443646_(int arg0)
public static int
b(int arg0)
getMinXpPerLevel(int arg0)
method_19194(int arg0)
getLowerLevelExperience(int level)
m_441300_(int p_454074_)
public static int
c(int arg0)
getMaxXpPerLevel(int arg0)
method_19195(int arg0)
getUpperLevelExperience(int level)
m_439794_(int p_460462_)
public static boolean
d(int arg0)
canLevelUp(int arg0)
method_19196(int arg0)
canLevelUp(int level)
m_441014_(int p_455114_)
public Holder<VillagerType>
a()
type()
comp_3520()
type()
f_435459_()
public Holder<VillagerProfession>
b()
profession()
comp_3521()
profession()
f_436029_()
public int
c()
level()
comp_3522()
level()
f_434094_()