Uses of Class
net.minecraft.village.VillagerType
| Package | Description |
|---|---|
| net.minecraft.client.render.entity.feature | |
| net.minecraft.entity.passive | |
| net.minecraft.util.registry | |
| net.minecraft.village |
-
Uses of VillagerType in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature with type parameters of type VillagerType Modifier and Type Field Description private Object2ObjectMap<VillagerType,VillagerResourceMetadata.HatType>VillagerClothingFeatureRenderer. villagerTypeToHat -
Uses of VillagerType in net.minecraft.entity.passive
Constructors in net.minecraft.entity.passive with parameters of type VillagerType Constructor Description VillagerEntity(EntityType<? extends VillagerEntity> entityType, World world, VillagerType type) -
Uses of VillagerType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type VillagerType Modifier and Type Field Description static DefaultedRegistry<VillagerType>Registry. VILLAGER_TYPEstatic RegistryKey<Registry<VillagerType>>Registry. VILLAGER_TYPE_KEY -
Uses of VillagerType in net.minecraft.village
Fields in net.minecraft.village declared as VillagerType Modifier and Type Field Description static VillagerTypeVillagerType. DESERTstatic VillagerTypeVillagerType. JUNGLEstatic VillagerTypeVillagerType. PLAINSstatic VillagerTypeVillagerType. SAVANNAstatic VillagerTypeVillagerType. SNOWstatic VillagerTypeVillagerType. SWAMPstatic VillagerTypeVillagerType. TAIGAprivate VillagerTypeVillagerData. typeFields in net.minecraft.village with type parameters of type VillagerType Modifier and Type Field Description private static Map<RegistryKey<Biome>,VillagerType>VillagerType. BIOME_TO_TYPEprivate Map<VillagerType,Item>TradeOffers.TypeAwareBuyForOneEmeraldFactory. mapMethods in net.minecraft.village that return VillagerType Modifier and Type Method Description private static VillagerTypeVillagerType. create(String id)static VillagerTypeVillagerType. forBiome(Optional<RegistryKey<Biome>> biomeKey)VillagerTypeVillagerData. getType()Methods in net.minecraft.village with parameters of type VillagerType Modifier and Type Method Description VillagerDataVillagerData. withType(VillagerType type)Constructors in net.minecraft.village with parameters of type VillagerType Constructor Description VillagerData(VillagerType type, VillagerProfession profession, int level)Constructor parameters in net.minecraft.village with type arguments of type VillagerType Constructor Description TypeAwareBuyForOneEmeraldFactory(int count, int maxUses, int experience, Map<VillagerType,Item> map)