Uses of Class
net.minecraft.village.VillagerType
Packages that use VillagerType
Package
Description
-
Uses of VillagerType in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature with type parameters of type VillagerType -
Uses of VillagerType in net.minecraft.entity.passive
Constructors in net.minecraft.entity.passive with parameters of type VillagerTypeModifierConstructorDescriptionVillagerEntity(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 VillagerTypeModifier and TypeFieldDescriptionstatic DefaultedRegistry<VillagerType>
Registry.VILLAGER_TYPE
static RegistryKey<Registry<VillagerType>>
Registry.VILLAGER_TYPE_KEY
-
Uses of VillagerType in net.minecraft.village
Fields in net.minecraft.village declared as VillagerTypeModifier and TypeFieldDescriptionstatic VillagerType
VillagerType.DESERT
static VillagerType
VillagerType.JUNGLE
static VillagerType
VillagerType.PLAINS
static VillagerType
VillagerType.SAVANNA
static VillagerType
VillagerType.SNOW
static VillagerType
VillagerType.SWAMP
static VillagerType
VillagerType.TAIGA
private VillagerType
VillagerData.type
Fields in net.minecraft.village with type parameters of type VillagerTypeModifier and TypeFieldDescriptionprivate static Map<RegistryKey<Biome>,VillagerType>
VillagerType.BIOME_TO_TYPE
private Map<VillagerType,Item>
TradeOffers.TypeAwareBuyForOneEmeraldFactory.map
Methods in net.minecraft.village that return VillagerTypeModifier and TypeMethodDescriptionprivate static VillagerType
static VillagerType
VillagerType.forBiome(Optional<RegistryKey<Biome>> biomeKey)
VillagerData.getType()
Methods in net.minecraft.village with parameters of type VillagerTypeConstructors in net.minecraft.village with parameters of type VillagerTypeModifierConstructorDescriptionVillagerData(VillagerType type, VillagerProfession profession, int level)
Constructor parameters in net.minecraft.village with type arguments of type VillagerTypeModifierConstructorDescriptionTypeAwareBuyForOneEmeraldFactory(int count, int maxUses, int experience, Map<VillagerType,Item> map)