Class BlockPartFace.Deserializer
- java.lang.Object
-
- net.minecraft.client.renderer.block.model.BlockPartFace.Deserializer
-
- All Implemented Interfaces:
JSONTypeDeserializer<JSONObject,BlockPartFace>
- Enclosing class:
- BlockPartFace
public static class BlockPartFace.Deserializer extends java.lang.Object implements JSONTypeDeserializer<JSONObject,BlockPartFace>
-
-
Constructor Summary
Constructors Constructor Description Deserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockPartFace
deserialize(JSONObject jsonobject)
protected int
parseTintIndex(JSONObject parJsonObject)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.lax1dude.eaglercraft.v1_8.json.JSONTypeDeserializer
deserializeFromJson
-
-
-
-
Method Detail
-
deserialize
public BlockPartFace deserialize(JSONObject jsonobject) throws JSONException
- Specified by:
deserialize
in interfaceJSONTypeDeserializer<JSONObject,BlockPartFace>
- Throws:
JSONException
-
parseTintIndex
protected int parseTintIndex(JSONObject parJsonObject)
-
-