Uses of Class
net.minecraft.client.render.model.json.Transformation
Packages that use Transformation
-
Uses of Transformation in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type TransformationModifier and TypeMethodDescriptionprivate booleanItemRenderer.method_10233(Transformation transformation) -
Uses of Transformation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as TransformationModifier and TypeFieldDescriptionstatic final TransformationTransformation.DEFULTfinal TransformationModelTransformation.firstPersonfinal TransformationModelTransformation.fixedfinal TransformationModelTransformation.groundfinal TransformationModelTransformation.guifinal TransformationModelTransformation.headfinal TransformationModelTransformation.thirdPersonMethods in net.minecraft.client.render.model.json that return TransformationModifier and TypeMethodDescriptionTransformation.Deserializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) private TransformationBlockModel.getTransformation(ModelTransformation.Mode mode) ModelTransformation.getTransformation(ModelTransformation.Mode renderMode) private TransformationModelTransformation.Deserializer.parseModelTransformation(JsonDeserializationContext ctx, JsonObject json, String key) Constructors in net.minecraft.client.render.model.json with parameters of type TransformationModifierConstructorDescriptionModelTransformation(Transformation thirdPerson, Transformation firstPerson, Transformation head, Transformation gui, Transformation ground, Transformation fixed)