Uses of Class
net.minecraft.village.VillagerData
| Package | Description |
|---|---|
| net.minecraft.entity.data | |
| net.minecraft.entity.mob | |
| net.minecraft.entity.passive | |
| net.minecraft.village |
-
Uses of VillagerData in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type VillagerData Modifier and Type Field Description static TrackedDataHandler<VillagerData>TrackedDataHandlerRegistry. VILLAGER_DATA -
Uses of VillagerData in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob with type parameters of type VillagerData Modifier and Type Field Description private static TrackedData<VillagerData>ZombieVillagerEntity. VILLAGER_DATAMethods in net.minecraft.entity.mob that return VillagerData Modifier and Type Method Description VillagerDataZombieVillagerEntity. getVillagerData()Methods in net.minecraft.entity.mob with parameters of type VillagerData Modifier and Type Method Description voidZombieVillagerEntity. setVillagerData(VillagerData villagerData) -
Uses of VillagerData in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type VillagerData Modifier and Type Field Description private static TrackedData<VillagerData>VillagerEntity. VILLAGER_DATAMethods in net.minecraft.entity.passive that return VillagerData Modifier and Type Method Description VillagerDataVillagerEntity. getVillagerData()Methods in net.minecraft.entity.passive with parameters of type VillagerData Modifier and Type Method Description voidVillagerEntity. setVillagerData(VillagerData villagerData) -
Uses of VillagerData in net.minecraft.village
Fields in net.minecraft.village with type parameters of type VillagerData Modifier and Type Field Description static com.mojang.serialization.Codec<VillagerData>VillagerData. CODECMethods in net.minecraft.village that return VillagerData Modifier and Type Method Description VillagerDataVillagerDataContainer. getVillagerData()VillagerDataVillagerData. withLevel(int level)VillagerDataVillagerData. withProfession(VillagerProfession profession)VillagerDataVillagerData. withType(VillagerType type)Methods in net.minecraft.village with parameters of type VillagerData Modifier and Type Method Description voidVillagerDataContainer. setVillagerData(VillagerData villagerData)