Uses of Class
net.minecraft.client.render.model.BakedGeometry
Packages that use BakedGeometry
-
Uses of BakedGeometry in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as BakedGeometryModifier and TypeFieldDescriptionstatic final BakedGeometryBakedGeometry.EMPTYprivate final BakedGeometryGeometryBakedModel.quadsThe field for thequadsrecord component.Fields in net.minecraft.client.render.model with type parameters of type BakedGeometryModifier and TypeFieldDescriptionprivate final Map<ModelBakeSettings, BakedGeometry> ReferencedModelsCollector.Holder.bakeCacheprivate static final ReferencedModelsCollector.Property<BakedGeometry> ReferencedModelsCollector.Holder.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.Holder.bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) static BakedGeometryUnbakedGeometry.bakeGeometry(List<ModelElement> elements, ModelTextures textures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings settings, SimpleModel model) 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.Holder.getBakedGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) GeometryBakedModel.quads()Returns the value of thequadsrecord component.Constructors in net.minecraft.client.render.model with parameters of type BakedGeometryModifierConstructorDescriptionGeometryBakedModel(BakedGeometry bakedGeometry, boolean bool, Sprite sprite) -
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.bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings, SimpleModel model) private static BakedGeometryGeneratedItemModel.bakeGeometry(ModelTextures textures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings settings, SimpleModel model)