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