Uses of Class
net.minecraft.client.render.entity.feature.VillagerResourceMetadata.HatType
| Package | Description |
|---|---|
| net.minecraft.client.render.entity.feature |
-
Uses of VillagerResourceMetadata.HatType in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature declared as VillagerResourceMetadata.HatType Modifier and Type Field Description private VillagerResourceMetadata.HatTypeVillagerResourceMetadata. hatTypeFields in net.minecraft.client.render.entity.feature with type parameters of type VillagerResourceMetadata.HatType Modifier and Type Field Description private static Map<String,VillagerResourceMetadata.HatType>VillagerResourceMetadata.HatType. byNameprivate Object2ObjectMap<VillagerProfession,VillagerResourceMetadata.HatType>VillagerClothingFeatureRenderer. professionToHatprivate Object2ObjectMap<VillagerType,VillagerResourceMetadata.HatType>VillagerClothingFeatureRenderer. villagerTypeToHatMethods in net.minecraft.client.render.entity.feature that return VillagerResourceMetadata.HatType Modifier and Type Method Description static VillagerResourceMetadata.HatTypeVillagerResourceMetadata.HatType. from(String name)<K> VillagerResourceMetadata.HatTypeVillagerClothingFeatureRenderer. getHatType(Object2ObjectMap<K,VillagerResourceMetadata.HatType> hatLookUp, String keyType, DefaultedRegistry<K> registry, K key)VillagerResourceMetadata.HatTypeVillagerResourceMetadata. getHatType()static VillagerResourceMetadata.HatTypeVillagerResourceMetadata.HatType. valueOf(String name)Returns the enum constant of this type with the specified name.static VillagerResourceMetadata.HatType[]VillagerResourceMetadata.HatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in net.minecraft.client.render.entity.feature with type arguments of type VillagerResourceMetadata.HatType Modifier and Type Method Description <K> VillagerResourceMetadata.HatTypeVillagerClothingFeatureRenderer. 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 Constructor Description VillagerResourceMetadata(VillagerResourceMetadata.HatType hatType)