Uses of Class
net.minecraft.client.render.model.BakedGeometry
Packages that use BakedGeometry
Package
Description
-
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 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) 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) static BakedGeometryUnbakedGeometry.method_67934(List<ModelElement> list, ModelTextures modelTextures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings modelBakeSettings, SimpleModel simpleModel) -
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, SimpleModel simpleModel) private static BakedGeometryGeneratedItemModel.method_67928(ModelTextures modelTextures, Baker baker, ModelBakeSettings modelBakeSettings, SimpleModel simpleModel)