Uses of Class
net.minecraft.client.render.model.json.ModelTransformation
Packages that use ModelTransformation
-
Uses of ModelTransformation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as ModelTransformationModifier and TypeFieldDescriptionprivate ModelTransformationBuiltinBakedModel.field_11295private 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> quads, List<List<BakedQuad>> directionalQuads, boolean ambientOcclusion, boolean depth, Sprite sprite, ModelTransformation transformation) privateBuilder(boolean ambientOcclusion, boolean depth, ModelTransformation transformation) BuiltinBakedModel(ModelTransformation modelTransformation) -
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 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 ModelTransformationModifierConstructorDescriptionprotectedBlockModel(List<ModelElement> elements, Map<String, String> textures, boolean ambientOcclusion, boolean bool, ModelTransformation transformation) privateBlockModel(Identifier identifier, List<ModelElement> elements, Map<String, String> textureMap, boolean ambientOcclusion, boolean bool, ModelTransformation transformation) protectedBlockModel(Identifier identifier, Map<String, String> textureMap, boolean ambientOcclusion, boolean bool, ModelTransformation transformation) ModelTransformation(ModelTransformation transformation)