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.field_13566final TransformationModelTransformation.field_13567final 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) Methods in net.minecraft.client.render.model.json with parameters of type TransformationModifier and TypeMethodDescriptionstatic voidModelTransformation.method_12374(Transformation transformation, boolean bool) Constructors in net.minecraft.client.render.model.json with parameters of type TransformationModifierConstructorDescriptionModelTransformation(Transformation transformation, Transformation transformation2, Transformation transformation3, Transformation transformation4, Transformation transformation5, Transformation transformation6, Transformation transformation7, Transformation transformation8)