Uses of Class
net.minecraft.village.VillagerType
Package
Description
-
Uses of VillagerType in net.minecraft.client.render.entity.feature
-
Uses of VillagerType in net.minecraft.entity.passive
ModifierConstructorDescriptionVillagerEntity(EntityType<? extends VillagerEntity> entityType, World world, VillagerType type)
-
Uses of VillagerType in net.minecraft.util.registry
Modifier and TypeFieldDescriptionstatic DefaultedRegistry<VillagerType>
Registry.VILLAGER_TYPE
static RegistryKey<Registry<VillagerType>>
Registry.VILLAGER_TYPE_KEY
-
Uses of VillagerType in net.minecraft.village
Modifier 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
Modifier and TypeFieldDescriptionprivate static Map<RegistryKey<Biome>,VillagerType>
VillagerType.BIOME_TO_TYPE
private Map<VillagerType,Item>
TradeOffers.TypeAwareBuyForOneEmeraldFactory.map
Modifier and TypeMethodDescriptionprivate static VillagerType
static VillagerType
VillagerType.forBiome(Optional<RegistryKey<Biome>> biomeKey)
VillagerData.getType()
ModifierConstructorDescriptionVillagerData(VillagerType type, VillagerProfession profession, int level)
ModifierConstructorDescriptionTypeAwareBuyForOneEmeraldFactory(int count, int maxUses, int experience, Map<VillagerType,Item> map)