Uses of Class
net.minecraft.client.render.model.json.ModelTransformation
Packages that use ModelTransformation
Package
Description
-
Uses of ModelTransformation in net.minecraft.client
Fields in net.minecraft.client declared as ModelTransformationMethods in net.minecraft.client that return ModelTransformation -
Uses of ModelTransformation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as ModelTransformationModifier and TypeFieldDescriptionprivate final ModelTransformationBuiltinBakedModel.field_11295private final ModelTransformationBasicBakedModel.Builder.transformationprotected final ModelTransformationBasicBakedModel.transformationMethods in net.minecraft.client.render.model that return ModelTransformationModifier and TypeMethodDescriptionBakedModel.getTransformation()BasicBakedModel.getTransformation()BuiltinBakedModel.getTransformation()WeightedBakedModel.getTransformation()Constructors in net.minecraft.client.render.model with parameters of type ModelTransformationModifierConstructorDescriptionBasicBakedModel(List<BakedQuad> list, Map<Direction, List<BakedQuad>> map, boolean bool, boolean bool2, Sprite sprite, ModelTransformation modelTransformation, class_2876 class_2876) privateBuilder(boolean bool, boolean bool2, ModelTransformation modelTransformation, class_2876 class_2876) BuiltinBakedModel(ModelTransformation modelTransformation, class_2876 class_2876) -
Uses of ModelTransformation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelTransformationModifier and TypeFieldDescriptionstatic final ModelTransformationModelTransformation.NONEprivate final ModelTransformationBlockModel.transformationMethods in net.minecraft.client.render.model.json that return ModelTransformationModifier and TypeMethodDescriptionModelTransformation.Deserializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) BlockModel.getTransformation()Constructors in net.minecraft.client.render.model.json with parameters of type ModelTransformationModifierConstructorDescriptionBlockModel(Identifier identifier, List<ModelElement> list, Map<String, String> map, boolean bool, boolean bool2, ModelTransformation modelTransformation, List<class_2874> list2) ModelTransformation(ModelTransformation transformation)