net.minecraft.client.renderer.block.model

public class BlockElement$Deserializer

implements com.google.gson.JsonDeserializer<BlockElement>

gmt$a
net.minecraft.client.renderer.block.model.BlockElement$Deserializer
net.minecraft.class_785$class_786
net.minecraft.client.render.model.json.ModelElement$Deserializer

Field summary

Modifier and TypeField
private static final boolean
a
DEFAULT_SHADE
field_32788
DEFAULT_SHADE
private static final int
b
DEFAULT_LIGHT_EMISSION
field_53160
field_53160

Constructor summary

ModifierConstructor
protected ()

Method summary

Modifier and TypeMethod
public BlockElement
a(com.google.gson.JsonElement arg0, Type arg1, com.google.gson.JsonDeserializationContext arg2)
deserialize(com.google.gson.JsonElement arg0, Type arg1, com.google.gson.JsonDeserializationContext arg2)
method_3406(com.google.gson.JsonElement arg0, Type arg1, com.google.gson.JsonDeserializationContext arg2)
deserialize(com.google.gson.JsonElement arg0, Type arg1, com.google.gson.JsonDeserializationContext arg2)
private BlockElementRotation
a(com.google.gson.JsonObject arg0)
getRotation(com.google.gson.JsonObject arg0)
method_3410(com.google.gson.JsonObject arg0)
deserializeRotation(com.google.gson.JsonObject object)
private float
b(com.google.gson.JsonObject arg0)
getAngle(com.google.gson.JsonObject arg0)
method_3403(com.google.gson.JsonObject arg0)
deserializeRotationAngle(com.google.gson.JsonObject object)
private Direction$Axis
c(com.google.gson.JsonObject arg0)
getAxis(com.google.gson.JsonObject arg0)
method_3411(com.google.gson.JsonObject arg0)
deserializeAxis(com.google.gson.JsonObject object)
private Map<Direction, BlockElementFace>
a(com.google.gson.JsonDeserializationContext arg0, com.google.gson.JsonObject arg1)
getFaces(com.google.gson.JsonDeserializationContext arg0, com.google.gson.JsonObject arg1)
method_3412(com.google.gson.JsonDeserializationContext arg0, com.google.gson.JsonObject arg1)
deserializeFacesValidating(com.google.gson.JsonDeserializationContext context, com.google.gson.JsonObject object)
private Map<Direction, BlockElementFace>
b(com.google.gson.JsonDeserializationContext arg0, com.google.gson.JsonObject arg1)
filterNullFromFaces(com.google.gson.JsonDeserializationContext arg0, com.google.gson.JsonObject arg1)
method_3404(com.google.gson.JsonDeserializationContext arg0, com.google.gson.JsonObject arg1)
deserializeFaces(com.google.gson.JsonDeserializationContext context, com.google.gson.JsonObject object)
private Direction
a(String arg0)
getFacing(String arg0)
method_3408(String arg0)
getDirection(String name)
private org.joml.Vector3f
d(com.google.gson.JsonObject arg0)
getTo(com.google.gson.JsonObject arg0)
method_3405(com.google.gson.JsonObject arg0)
deserializeTo(com.google.gson.JsonObject object)
private org.joml.Vector3f
e(com.google.gson.JsonObject arg0)
getFrom(com.google.gson.JsonObject arg0)
method_3407(com.google.gson.JsonObject arg0)
deserializeFrom(com.google.gson.JsonObject object)
private org.joml.Vector3f
a(com.google.gson.JsonObject arg0, String arg1)
getVector3f(com.google.gson.JsonObject arg0, String arg1)
method_3409(com.google.gson.JsonObject arg0, String arg1)
deserializeVec3f(com.google.gson.JsonObject object, String name)