Class VillagerMetadataSection
- java.lang.Object
-
- net.minecraft.client.resources.data.VillagerMetadataSection
-
public class VillagerMetadataSection extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VillagerMetadataSection.HatType
-
Field Summary
Fields Modifier and Type Field Description private VillagerMetadataSection.HatType
hat
static TextureAtlasSpriteStitcher
SERIALIZER
-
Constructor Summary
Constructors Constructor Description VillagerMetadataSection(VillagerMetadataSection.HatType p_i50904_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VillagerMetadataSection.HatType
getHat()
-
-
-
Field Detail
-
SERIALIZER
public static final TextureAtlasSpriteStitcher SERIALIZER
-
hat
private final VillagerMetadataSection.HatType hat
-
-
Constructor Detail
-
VillagerMetadataSection
public VillagerMetadataSection(VillagerMetadataSection.HatType p_i50904_1_)
-
-
Method Detail
-
getHat
public VillagerMetadataSection.HatType getHat()
-
-