Uses of Interface
net.minecraft.client.render.model.ModelBakeSettings
Packages that use ModelBakeSettings
Package
Description
The base package for all Minecraft classes.
-
Uses of ModelBakeSettings in net.minecraft
Methods in net.minecraft with parameters of type ModelBakeSettingsModifier and TypeMethodDescriptionclass_10802.bake(ModelTextures modelTextures, Baker baker, ModelBakeSettings modelBakeSettings, class_10813 class_10813) default BakedGeometryclass_10819.bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) private static BakedQuadclass_10802.method_67932(ModelElement modelElement, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelBakeSettings modelBakeSettings) static BakedGeometryclass_10802.method_67934(List<ModelElement> list, ModelTextures modelTextures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings modelBakeSettings, class_10813 class_10813) -
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 modelElementFace, Sprite sprite, Direction direction, ModelBakeSettings settings, @Nullable ModelRotation rotation, boolean shade, int lightEmission) Geometry.bake(ModelTextures modelTextures, Baker baker, ModelBakeSettings modelBakeSettings, class_10813 class_10813) ReferencedModelsCollector.class_10814.bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) private BakedGeometryReferencedModelsCollector.class_10814.getBakedGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) -
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, class_10813 class_10813) private static BakedGeometryGeneratedItemModel.method_67928(ModelTextures modelTextures, Baker baker, ModelBakeSettings modelBakeSettings, class_10813 class_10813)