Uses of Class
net.minecraft.client.render.model.json.Transformation
Package | Description |
---|---|
net.minecraft.client.render.model.json |
-
Uses of Transformation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as Transformation Modifier and Type Field Description Transformation
ModelTransformation. firstPersonLeftHand
Transformation
ModelTransformation. firstPersonRightHand
Transformation
ModelTransformation. fixed
Transformation
ModelTransformation. ground
Transformation
ModelTransformation. gui
Transformation
ModelTransformation. head
static Transformation
Transformation. IDENTITY
Transformation
ModelTransformation. thirdPersonLeftHand
Transformation
ModelTransformation. thirdPersonRightHand
Methods in net.minecraft.client.render.model.json that return Transformation Modifier and Type Method Description Transformation
Transformation.Deserializer. deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)
private Transformation
JsonUnbakedModel. getTransformation(ModelTransformation.Mode renderMode)
Transformation
ModelTransformation. getTransformation(ModelTransformation.Mode renderMode)
private Transformation
ModelTransformation.Deserializer. parseModelTransformation(JsonDeserializationContext ctx, JsonObject json, String key)
Constructors in net.minecraft.client.render.model.json with parameters of type Transformation Constructor Description ModelTransformation(Transformation thirdPersonLeftHand, Transformation thirdPersonRightHand, Transformation firstPersonLeftHand, Transformation firstPersonRightHand, Transformation head, Transformation gui, Transformation ground, Transformation fixed)