Uses of Class
net.minecraft.entity.villager.VillagerType
Packages that use VillagerType
Package
Description
-
Uses of VillagerType in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type VillagerTypeModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.objects.Object2ObjectMap<VillagerType,
VillagerMetadataSection.HatType> VillagerLevelPendantLayer.typeHatCache
-
Uses of VillagerType in net.minecraft.entity.merchant.villager
Fields in net.minecraft.entity.merchant.villager declared as VillagerTypeFields in net.minecraft.entity.merchant.villager with type parameters of type VillagerTypeModifier and TypeFieldDescriptionprivate final Map<VillagerType,
Item> VillagerTrades.EmeraldForVillageTypeItemTrade.trades
Methods in net.minecraft.entity.merchant.villager that return VillagerTypeMethods in net.minecraft.entity.merchant.villager with parameters of type VillagerTypeConstructors in net.minecraft.entity.merchant.villager with parameters of type VillagerTypeModifierConstructorDescriptionVillagerData
(VillagerType p_i50180_1_, VillagerProfession p_i50180_2_, int p_i50180_3_) VillagerEntity
(EntityType<? extends VillagerEntity> p_i50183_1_, World p_i50183_2_, VillagerType p_i50183_3_) Constructor parameters in net.minecraft.entity.merchant.villager with type arguments of type VillagerTypeModifierConstructorDescriptionEmeraldForVillageTypeItemTrade
(int p_i50538_1_, int p_i50538_2_, int p_i50538_3_, Map<VillagerType, Item> p_i50538_4_) -
Uses of VillagerType in net.minecraft.entity.villager
Fields in net.minecraft.entity.villager declared as VillagerTypeModifier and TypeFieldDescriptionstatic final VillagerType
VillagerType.DESERT
static final VillagerType
VillagerType.JUNGLE
static final VillagerType
VillagerType.PLAINS
static final VillagerType
VillagerType.SAVANNA
static final VillagerType
VillagerType.SNOW
static final VillagerType
VillagerType.SWAMP
static final VillagerType
VillagerType.TAIGA
Fields in net.minecraft.entity.villager with type parameters of type VillagerTypeModifier and TypeFieldDescriptionprivate static final Map<RegistryKey<Biome>,
VillagerType> VillagerType.BY_BIOME
Methods in net.minecraft.entity.villager that return VillagerTypeModifier and TypeMethodDescriptionstatic VillagerType
VillagerType.byBiome
(Optional<RegistryKey<Biome>> p_242371_0_) private static VillagerType
-
Uses of VillagerType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type VillagerTypeModifier and TypeFieldDescriptionstatic final DefaultedRegistry<VillagerType>
Registry.VILLAGER_TYPE
static final RegistryKey<Registry<VillagerType>>
Registry.VILLAGER_TYPE_REGISTRY