Class TextureAtlasSpriteStitcher
- java.lang.Object
-
- net.minecraft.client.renderer.texture.TextureAtlasSpriteStitcher
-
- All Implemented Interfaces:
IMetadataSectionSerializer<VillagerMetadataSection>
public class TextureAtlasSpriteStitcher extends java.lang.Object implements IMetadataSectionSerializer<VillagerMetadataSection>
-
-
Constructor Summary
Constructors Constructor Description TextureAtlasSpriteStitcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VillagerMetadataSection
fromJson(com.google.gson.JsonObject p_195812_1_)
java.lang.String
getMetadataSectionName()
-
-
-
Method Detail
-
fromJson
public VillagerMetadataSection fromJson(com.google.gson.JsonObject p_195812_1_)
- Specified by:
fromJson
in interfaceIMetadataSectionSerializer<VillagerMetadataSection>
-
getMetadataSectionName
public java.lang.String getMetadataSectionName()
- Specified by:
getMetadataSectionName
in interfaceIMetadataSectionSerializer<VillagerMetadataSection>
-
-