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