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<RegistryKey<VillagerType>, VillagerResourceMetadata.HatType> VillagerClothingFeatureRenderer.villagerTypeToHat -
Uses of VillagerType in net.minecraft.component
Fields in net.minecraft.component with type parameters of type VillagerTypeModifier and TypeFieldDescriptionstatic final ComponentType<RegistryEntry<VillagerType>> DataComponentTypes.VILLAGER_VARIANT -
Uses of VillagerType in net.minecraft.entity.passive
Constructor parameters in net.minecraft.entity.passive with type arguments of type VillagerTypeModifierConstructorDescriptionVillagerEntity(EntityType<? extends VillagerEntity> entityType, World world, RegistryEntry<VillagerType> type) VillagerEntity(EntityType<? extends VillagerEntity> entityType, World world, RegistryKey<VillagerType> type) -
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_TYPEstatic final RegistryKey<Registry<VillagerType>> RegistryKeys.VILLAGER_TYPE -
Uses of VillagerType in net.minecraft.village
Fields in net.minecraft.village with type parameters of type VillagerTypeModifier and TypeFieldDescriptionprivate static final Map<RegistryKey<Biome>, RegistryKey<VillagerType>> VillagerType.BIOME_TO_TYPEstatic final com.mojang.serialization.Codec<RegistryEntry<VillagerType>> VillagerType.CODECstatic final RegistryKey<VillagerType> VillagerType.DESERTstatic final RegistryKey<VillagerType> VillagerType.JUNGLEprivate final Map<RegistryKey<VillagerType>, Item> TradeOffers.TypeAwareBuyForOneEmeraldFactory.mapstatic final PacketCodec<RegistryByteBuf, RegistryEntry<VillagerType>> VillagerType.PACKET_CODECstatic final RegistryKey<VillagerType> VillagerType.PLAINSstatic final RegistryKey<VillagerType> VillagerType.SAVANNAstatic final RegistryKey<VillagerType> VillagerType.SNOWstatic final RegistryKey<VillagerType> VillagerType.SWAMPstatic final RegistryKey<VillagerType> VillagerType.TAIGAprivate final RegistryEntry<VillagerType> VillagerData.typeThe field for thetyperecord component.private final Map<RegistryKey<VillagerType>, TradeOffers.Factory> TradeOffers.TypedWrapperFactory.typeToFactoryThe field for thetypeToFactoryrecord component.Methods in net.minecraft.village that return VillagerTypeModifier and TypeMethodDescriptionprivate static VillagerTypeVillagerType.create(Registry<VillagerType> registry, RegistryKey<VillagerType> key) static VillagerTypeVillagerType.registerAndGetDefault(Registry<VillagerType> registry) Methods in net.minecraft.village that return types with arguments of type VillagerTypeModifier and TypeMethodDescriptionstatic RegistryKey<VillagerType> VillagerType.forBiome(RegistryEntry<Biome> biomeEntry) private static RegistryKey<VillagerType> VillagerData.type()Returns the value of thetyperecord component.TradeOffers.TypedWrapperFactory.typeToFactory()Returns the value of thetypeToFactoryrecord component.Method parameters in net.minecraft.village with type arguments of type VillagerTypeModifier and TypeMethodDescriptionprivate static VillagerTypeVillagerType.create(Registry<VillagerType> registry, RegistryKey<VillagerType> key) private static VillagerTypeVillagerType.create(Registry<VillagerType> registry, RegistryKey<VillagerType> key) static VillagerTypeVillagerType.registerAndGetDefault(Registry<VillagerType> registry) VillagerData.withType(RegistryEntry<VillagerType> type) VillagerData.withType(RegistryEntryLookup.RegistryLookup registries, RegistryKey<VillagerType> typeKey) Constructor parameters in net.minecraft.village with type arguments of type VillagerTypeModifierConstructorDescriptionTypeAwareBuyForOneEmeraldFactory(int count, int maxUses, int experience, Map<RegistryKey<VillagerType>, Item> map) (package private)VillagerData(RegistryEntry<VillagerType> registryEntry, RegistryEntry<VillagerProfession> registryEntry2, int level)