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 final it.unimi.dsi.fastutil.objects.Object2ObjectMap<VillagerProfession, VillagerMetadataSection.Hat> VillagerProfessionLayer.professionHatCacheprivate final 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> pCache, String pFolder, DefaultedRegistry<K> pRegistry, K pKey) 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> pCache, String pFolder, DefaultedRegistry<K> pRegistry, K pKey) -
Uses of VillagerMetadataSection.Hat in net.minecraft.client.resources.metadata.animation
Fields in net.minecraft.client.resources.metadata.animation declared as VillagerMetadataSection.HatModifier and TypeFieldDescriptionprivate final VillagerMetadataSection.HatVillagerMetadataSection.hatThe field for thehatrecord component.Fields in net.minecraft.client.resources.metadata.animation with type parameters of type VillagerMetadataSection.HatModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VillagerMetadataSection.Hat> VillagerMetadataSection.Hat.CODECMethods in net.minecraft.client.resources.metadata.animation that return VillagerMetadataSection.HatModifier and TypeMethodDescriptionVillagerMetadataSection.hat()Returns the value of thehatrecord component.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.HatModifierConstructorDescriptionCreates an instance of aVillagerMetadataSectionrecord class.