Class BlockFaceUV.Deserializer
- java.lang.Object
-
- net.minecraft.client.renderer.block.model.BlockFaceUV.Deserializer
-
- All Implemented Interfaces:
JSONTypeDeserializer<JSONObject,BlockFaceUV>
- Enclosing class:
- BlockFaceUV
public static class BlockFaceUV.Deserializer extends java.lang.Object implements JSONTypeDeserializer<JSONObject,BlockFaceUV>
-
-
Constructor Summary
Constructors Constructor Description Deserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockFaceUV
deserialize(JSONObject jsonobject)
protected int
parseRotation(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 BlockFaceUV deserialize(JSONObject jsonobject) throws JSONException
- Specified by:
deserialize
in interfaceJSONTypeDeserializer<JSONObject,BlockFaceUV>
- Throws:
JSONException
-
parseRotation
protected int parseRotation(JSONObject parJsonObject)
-
-