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 VillagerTypeModifier and TypeFieldDescriptionprivate final Object2ObjectMap<VillagerType,
VillagerResourceMetadata.HatType> VillagerClothingFeatureRenderer.villagerTypeToHat
-
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.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type VillagerTypeModifier and TypeFieldDescriptionstatic final VariantPredicates<VillagerType>
TypeSpecificPredicate.Deserializers.VILLAGER
-
Uses of VillagerType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type VillagerTypeModifier and TypeFieldDescriptionstatic final DefaultedRegistry<VillagerType>
Registries.VILLAGER_TYPE
static final RegistryKey<Registry<VillagerType>>
RegistryKeys.VILLAGER_TYPE
-
Uses of VillagerType in net.minecraft.village
Fields in net.minecraft.village 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
private final VillagerType
VillagerData.type
Fields in net.minecraft.village with type parameters of type VillagerTypeModifier and TypeFieldDescriptionprivate static final Map<RegistryKey<Biome>,
VillagerType> VillagerType.BIOME_TO_TYPE
private final Map<VillagerType,
Item> TradeOffers.TypeAwareBuyForOneEmeraldFactory.map
Methods in net.minecraft.village that return VillagerTypeModifier and TypeMethodDescriptionprivate static VillagerType
static VillagerType
VillagerType.forBiome
(RegistryEntry<Biome> biomeEntry) VillagerData.getType()
default VillagerType
VillagerDataContainer.getVariant()
Methods in net.minecraft.village with parameters of type VillagerTypeModifier and TypeMethodDescriptiondefault void
VillagerDataContainer.setVariant
(VillagerType villagerType) VillagerData.withType
(VillagerType type) Constructors 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)