Uses of Enum Class
net.minecraft.client.render.entity.feature.VillagerResourceMetadata.HatType
Packages that use VillagerResourceMetadata.HatType
-
Uses of VillagerResourceMetadata.HatType in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature declared as VillagerResourceMetadata.HatTypeModifier and TypeFieldDescriptionprivate final VillagerResourceMetadata.HatType
VillagerResourceMetadata.hatType
Fields in net.minecraft.client.render.entity.feature with type parameters of type VillagerResourceMetadata.HatTypeModifier and TypeFieldDescriptionprivate static final Map<String,
VillagerResourceMetadata.HatType> VillagerResourceMetadata.HatType.BY_NAME
private final Object2ObjectMap<VillagerProfession,
VillagerResourceMetadata.HatType> VillagerClothingFeatureRenderer.professionToHat
private final Object2ObjectMap<VillagerType,
VillagerResourceMetadata.HatType> VillagerClothingFeatureRenderer.villagerTypeToHat
Methods in net.minecraft.client.render.entity.feature that return VillagerResourceMetadata.HatTypeModifier and TypeMethodDescriptionVillagerClothingFeatureRenderer.getHatType
(Object2ObjectMap<K, VillagerResourceMetadata.HatType> hatLookUp, String keyType, DefaultedRegistry<K> registry, K key) VillagerResourceMetadata.getHatType()
Returns the enum constant of this class with the specified name.static VillagerResourceMetadata.HatType[]
VillagerResourceMetadata.HatType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in net.minecraft.client.render.entity.feature with type arguments of type VillagerResourceMetadata.HatTypeModifier and TypeMethodDescriptionVillagerClothingFeatureRenderer.getHatType
(Object2ObjectMap<K, VillagerResourceMetadata.HatType> hatLookUp, String keyType, DefaultedRegistry<K> registry, K key) Constructors in net.minecraft.client.render.entity.feature with parameters of type VillagerResourceMetadata.HatType