Class AnimationMetadataSectionSerializer
- java.lang.Object
-
- net.minecraft.client.resources.data.AnimationMetadataSectionSerializer
-
- All Implemented Interfaces:
IMetadataSectionSerializer<AnimationMetadataSection>
public class AnimationMetadataSectionSerializer extends java.lang.Object implements IMetadataSectionSerializer<AnimationMetadataSection>
-
-
Constructor Summary
Constructors Constructor Description AnimationMetadataSectionSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnimationMetadataSection
fromJson(com.google.gson.JsonObject p_195812_1_)
private AnimationFrame
getFrame(int p_110492_1_, com.google.gson.JsonElement p_110492_2_)
java.lang.String
getMetadataSectionName()
-
-
-
Method Detail
-
fromJson
public AnimationMetadataSection fromJson(com.google.gson.JsonObject p_195812_1_)
- Specified by:
fromJson
in interfaceIMetadataSectionSerializer<AnimationMetadataSection>
-
getFrame
private AnimationFrame getFrame(int p_110492_1_, com.google.gson.JsonElement p_110492_2_)
-
getMetadataSectionName
public java.lang.String getMetadataSectionName()
- Specified by:
getMetadataSectionName
in interfaceIMetadataSectionSerializer<AnimationMetadataSection>
-
-