Uses of Interface
net.minecraft.client.render.model.ModelBakeSettings
Packages that use ModelBakeSettings
Package
Description
-
Uses of ModelBakeSettings in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type ModelBakeSettingsModifier and TypeMethodDescriptionstatic GeometryBakedModelGeometryBakedModel.create(Baker baker, Identifier id, ModelBakeSettings bakeSettings) -
Uses of ModelBakeSettings in net.minecraft.client.render.model
Classes in net.minecraft.client.render.model that implement ModelBakeSettingsModifier and TypeClassDescriptionenumprivate static final recordFields in net.minecraft.client.render.model with type parameters of type ModelBakeSettingsModifier and TypeFieldDescriptionprivate final Map<ModelBakeSettings, BakedGeometry> ReferencedModelsCollector.class_10814.bakeCacheMethods in net.minecraft.client.render.model that return ModelBakeSettingsMethods in net.minecraft.client.render.model with parameters of type ModelBakeSettingsModifier and TypeMethodDescriptionstatic BakedQuadBakedQuadFactory.bake(Vector3fc vector3fc, Vector3fc vector3fc2, ModelElementFace element, Sprite sprite, Direction direction, ModelBakeSettings settings, @Nullable ModelRotation rotation, boolean shade, int lightEmission) Geometry.bake(ModelTextures textures, Baker baker, ModelBakeSettings settings, SimpleModel model) UnbakedGeometry.bake(ModelTextures textures, Baker baker, ModelBakeSettings settings, SimpleModel model) default BakedGeometryBakedSimpleModel.bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) ReferencedModelsCollector.class_10814.bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) private BakedGeometryReferencedModelsCollector.class_10814.getBakedGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) private static BakedQuadUnbakedGeometry.method_67932(ModelElement modelElement, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelBakeSettings modelBakeSettings) static BakedGeometryUnbakedGeometry.method_67934(List<ModelElement> list, ModelTextures modelTextures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings modelBakeSettings, SimpleModel simpleModel) -
Uses of ModelBakeSettings in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json that return ModelBakeSettingsMethods in net.minecraft.client.render.model.json with parameters of type ModelBakeSettingsModifier and TypeMethodDescriptionprivate static BakedGeometryGeneratedItemModel.create(ModelTextures modelTextures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings modelBakeSettings, SimpleModel simpleModel) private static BakedGeometryGeneratedItemModel.method_67928(ModelTextures modelTextures, Baker baker, ModelBakeSettings modelBakeSettings, SimpleModel simpleModel)