Class BaseMetadataSectionSerializer<T extends IMetadataSection>
- java.lang.Object
-
- net.minecraft.client.resources.data.BaseMetadataSectionSerializer<T>
-
- All Implemented Interfaces:
JSONTypeDeserializer<JSONObject,T>
,IMetadataSectionSerializer<T>
- Direct Known Subclasses:
AnimationMetadataSectionSerializer
,FontMetadataSectionSerializer
,LanguageMetadataSectionSerializer
,PackMetadataSectionSerializer
,TextureMetadataSectionSerializer
public abstract class BaseMetadataSectionSerializer<T extends IMetadataSection> extends java.lang.Object implements IMetadataSectionSerializer<T>
-
-
Constructor Summary
Constructors Constructor Description BaseMetadataSectionSerializer()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.resources.data.IMetadataSectionSerializer
getSectionName
-
Methods inherited from interface net.lax1dude.eaglercraft.v1_8.json.JSONTypeDeserializer
deserialize, deserializeFromJson
-
-