Uses of Enum Class
net.minecraft.client.resources.metadata.animation.VillagerMetaDataSection.Hat
Packages that use VillagerMetaDataSection.Hat
Package
Description
-
Uses of VillagerMetaDataSection.Hat in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type VillagerMetaDataSection.HatModifier and TypeFieldDescriptionprivate it.unimi.dsi.fastutil.objects.Object2ObjectMap<VillagerProfession,VillagerMetaDataSection.Hat>VillagerProfessionLayer.professionHatCacheprivate it.unimi.dsi.fastutil.objects.Object2ObjectMap<VillagerType,VillagerMetaDataSection.Hat>VillagerProfessionLayer.typeHatCacheMethods in net.minecraft.client.renderer.entity.layers that return VillagerMetaDataSection.HatModifier and TypeMethodDescriptionVillagerProfessionLayer.getHatData(it.unimi.dsi.fastutil.objects.Object2ObjectMap<K,VillagerMetaDataSection.Hat> p_117659_, String p_117660_, DefaultedRegistry<K> p_117661_, K p_117662_)Method parameters in net.minecraft.client.renderer.entity.layers with type arguments of type VillagerMetaDataSection.HatModifier and TypeMethodDescriptionVillagerProfessionLayer.getHatData(it.unimi.dsi.fastutil.objects.Object2ObjectMap<K,VillagerMetaDataSection.Hat> p_117659_, String p_117660_, DefaultedRegistry<K> p_117661_, K p_117662_) -
Uses of VillagerMetaDataSection.Hat in net.minecraft.client.resources.metadata.animation
Fields in net.minecraft.client.resources.metadata.animation declared as VillagerMetaDataSection.HatFields in net.minecraft.client.resources.metadata.animation with type parameters of type VillagerMetaDataSection.HatModifier and TypeFieldDescriptionprivate static Map<String,VillagerMetaDataSection.Hat>VillagerMetaDataSection.Hat.BY_NAMEMethods in net.minecraft.client.resources.metadata.animation that return VillagerMetaDataSection.HatModifier and TypeMethodDescriptionstatic VillagerMetaDataSection.HatVillagerMetaDataSection.getHat()static VillagerMetaDataSection.HatReturns the enum constant of this class with the specified name.static VillagerMetaDataSection.Hat[]VillagerMetaDataSection.Hat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.resources.metadata.animation with parameters of type VillagerMetaDataSection.Hat