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.HatTypeVillagerResourceMetadata.hatTypeThe field for thehatTyperecord component.Fields in net.minecraft.client.render.entity.feature with type parameters of type VillagerResourceMetadata.HatTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VillagerResourceMetadata.HatType> VillagerResourceMetadata.HatType.CODECVillagerClothingFeatureRenderer.professionToHatprivate final Object2ObjectMap<RegistryKey<VillagerType>, VillagerResourceMetadata.HatType> VillagerClothingFeatureRenderer.villagerTypeToHatMethods in net.minecraft.client.render.entity.feature that return VillagerResourceMetadata.HatTypeModifier and TypeMethodDescriptionVillagerClothingFeatureRenderer.getHatType(Object2ObjectMap<RegistryKey<K>, VillagerResourceMetadata.HatType> metadataMap, String keyType, RegistryEntry<K> entry) VillagerResourceMetadata.hatType()Returns the value of thehatTyperecord component.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<RegistryKey<K>, VillagerResourceMetadata.HatType> metadataMap, String keyType, RegistryEntry<K> entry) Constructors in net.minecraft.client.render.entity.feature with parameters of type VillagerResourceMetadata.HatTypeModifierConstructorDescriptionCreates an instance of aVillagerResourceMetadatarecord class.