Uses of Class
net.minecraft.client.render.model.json.Transformation
Packages that use Transformation
Package
Description
-
Uses of Transformation in net.minecraft
Methods in net.minecraft that return TransformationModifier and TypeMethodDescriptionprivate Transformationclass_4231.method_19215(ModelTransformation.Mode mode) -
Uses of Transformation in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type TransformationModifier and TypeMethodDescriptionprivate booleanHeldItemRenderer.method_19389(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) 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_19257(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)