Uses of Class
net.minecraft.client.render.model.BakedGeometry
Packages that use BakedGeometry
Package
Description
The base package for all Minecraft classes.
-
Uses of BakedGeometry in net.minecraft
Methods in net.minecraft that return BakedGeometryModifier and TypeMethodDescriptionclass_10802.bake(ModelTextures modelTextures, Baker baker, ModelBakeSettings modelBakeSettings, class_10813 class_10813) default BakedGeometryclass_10819.bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) static BakedGeometryclass_10802.method_67934(List<ModelElement> list, ModelTextures modelTextures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings modelBakeSettings, class_10813 class_10813) -
Uses of BakedGeometry in net.minecraft.client.model
Fields in net.minecraft.client.model declared as BakedGeometryModifier and TypeFieldDescriptionprivate final BakedGeometryGeometryBakedModel.quadsThe field for thequadsrecord component.Methods in net.minecraft.client.model that return BakedGeometryModifier and TypeMethodDescriptionGeometryBakedModel.quads()Returns the value of thequadsrecord component.Constructors in net.minecraft.client.model with parameters of type BakedGeometryModifierConstructorDescriptionGeometryBakedModel(BakedGeometry bakedGeometry, boolean bool, Sprite sprite) -
Uses of BakedGeometry in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as BakedGeometryFields in net.minecraft.client.render.model with type parameters of type BakedGeometryModifier and TypeFieldDescriptionprivate final Map<ModelBakeSettings, BakedGeometry> ReferencedModelsCollector.class_10814.bakeCacheprivate static final ReferencedModelsCollector.Property<BakedGeometry> ReferencedModelsCollector.class_10814.BAKED_GEOMETRY_PROPERTYMethods in net.minecraft.client.render.model that return BakedGeometryModifier and TypeMethodDescriptionGeometry.bake(ModelTextures modelTextures, Baker baker, ModelBakeSettings modelBakeSettings, class_10813 class_10813) ReferencedModelsCollector.class_10814.bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) BakedGeometry.Builder.build()private static BakedGeometryBakedGeometry.Builder.buildFromList(List<BakedQuad> quads, int sidelessCount, int northCount, int southCount, int eastCount, int westCount, int upCount, int downCount) private BakedGeometryReferencedModelsCollector.class_10814.getBakedGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) -
Uses of BakedGeometry in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json that return BakedGeometryModifier 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)