net.minecraft.client.resource.model

class ModelTransformation$Serializer

implements com.google.gson.JsonDeserializer<ModelTransformation>

bpk$a
net.minecraft.class_2460$class_2461
net.minecraft.client.resource.model.ModelTransformation$Serializer
net.minecraft.client.renderer.block.model.ItemTransformVec3f$Deserializer

Field summary

Modifier and TypeField
private static final org.lwjgl.util.vector.Vector3f
a
field_10972
DEFAULT_ROTATION
ROTATION_DEFAULT
private static final org.lwjgl.util.vector.Vector3f
b
field_10973
DEFAULT_TRANSLATION
TRANSLATION_DEFAULT
private static final org.lwjgl.util.vector.Vector3f
c
field_10974
DEFAULT_SCALE
SCALE_DEFAULT

Constructor summary

ModifierConstructor
()

Method summary

Modifier and TypeMethod
public ModelTransformation
a(com.google.gson.JsonElement arg0, Type arg1, com.google.gson.JsonDeserializationContext arg2)
method_10080(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)
deserialize(com.google.gson.JsonElement arg0, Type arg1, com.google.gson.JsonDeserializationContext arg2)
private org.lwjgl.util.vector.Vector3f
a(com.google.gson.JsonObject arg0, String arg1, org.lwjgl.util.vector.Vector3f arg2)
method_10081(com.google.gson.JsonObject arg0, String arg1, org.lwjgl.util.vector.Vector3f arg2)
deserializeVector3f(com.google.gson.JsonObject json, String key, org.lwjgl.util.vector.Vector3f defaultValue)
parseVector3f(com.google.gson.JsonObject jsonObject, String key, org.lwjgl.util.vector.Vector3f defaultValue)