Uses of Class
net.minecraft.village.VillagerData
Packages that use VillagerData
Package
Description
- 
Uses of VillagerData in net.minecraft.client.render.entity.stateFields in net.minecraft.client.render.entity.state declared as VillagerDataModifier and TypeFieldDescriptionVillagerEntityRenderState.villagerDataZombieVillagerRenderState.villagerDataMethods in net.minecraft.client.render.entity.state that return VillagerDataModifier and TypeMethodDescriptionVillagerDataRenderState.getVillagerData()VillagerEntityRenderState.getVillagerData()ZombieVillagerRenderState.getVillagerData()
- 
Uses of VillagerData in net.minecraft.entity.dataFields in net.minecraft.entity.data with type parameters of type VillagerDataModifier and TypeFieldDescriptionstatic final TrackedDataHandler<VillagerData> TrackedDataHandlerRegistry.VILLAGER_DATA
- 
Uses of VillagerData in net.minecraft.entity.mobFields in net.minecraft.entity.mob with type parameters of type VillagerDataModifier and TypeFieldDescriptionprivate static final TrackedData<VillagerData> ZombieVillagerEntity.VILLAGER_DATAMethods in net.minecraft.entity.mob that return VillagerDataMethods in net.minecraft.entity.mob with parameters of type VillagerDataModifier and TypeMethodDescriptionvoidZombieVillagerEntity.setVillagerData(VillagerData villagerData) 
- 
Uses of VillagerData in net.minecraft.entity.passiveFields in net.minecraft.entity.passive with type parameters of type VillagerDataModifier and TypeFieldDescriptionprivate static final TrackedData<VillagerData> VillagerEntity.VILLAGER_DATAMethods in net.minecraft.entity.passive that return VillagerDataMethods in net.minecraft.entity.passive with parameters of type VillagerData
- 
Uses of VillagerData in net.minecraft.villageFields in net.minecraft.village with type parameters of type VillagerDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VillagerData> VillagerData.CODECstatic final PacketCodec<RegistryByteBuf, VillagerData> VillagerData.PACKET_CODECMethods in net.minecraft.village that return VillagerDataModifier and TypeMethodDescriptionVillagerDataContainer.getVillagerData()VillagerData.withLevel(int level) VillagerData.withProfession(VillagerProfession profession) VillagerData.withType(VillagerType type) Methods in net.minecraft.village with parameters of type VillagerDataModifier and TypeMethodDescriptionvoidVillagerDataContainer.setVillagerData(VillagerData villagerData)