static class BlockFaceUV.Deserializer extends java.lang.Object implements com.google.gson.JsonDeserializer<BlockFaceUV>
| Constructor and Description |
|---|
Deserializer() |
| Modifier and Type | Method and Description |
|---|---|
BlockFaceUV |
deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |
protected int |
parseRotation(com.google.gson.JsonObject object) |
private float[] |
parseUV(com.google.gson.JsonObject object) |
public BlockFaceUV deserialize(com.google.gson.JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<BlockFaceUV>com.google.gson.JsonParseExceptionprotected int parseRotation(com.google.gson.JsonObject object)
@Nullable private float[] parseUV(com.google.gson.JsonObject object)