Uses of Interface
net.minecraft.client.render.model.Baker
Packages that use Baker
Package
Description
The base package for all Minecraft classes.
-
Uses of Baker in net.minecraft
Methods in net.minecraft with parameters of type BakerModifier and TypeMethodDescriptionclass_10802.bake(ModelTextures modelTextures, Baker baker, ModelBakeSettings modelBakeSettings, class_10813 class_10813) default BakedGeometryclass_10819.bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings) default Spriteclass_10819.getParticleTexture(ModelTextures textures, Baker baker) static Spriteclass_10819.getParticleTexture(ModelTextures textures, Baker baker, class_10813 class_10813) static class_10809class_10809.method_68001(Baker baker, class_10819 class_10819, ModelTextures modelTextures) -
Uses of Baker in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type BakerModifier and TypeMethodDescriptionstatic GeometryBakedModelGeometryBakedModel.create(Baker baker, Identifier id, ModelBakeSettings bakeSettings) -
Uses of Baker in net.minecraft.client.render.item.model
Fields in net.minecraft.client.render.item.model declared as BakerModifier and TypeFieldDescriptionprivate final BakerItemModel.BakeContext.blockModelBakerThe field for theblockModelBakerrecord component.Methods in net.minecraft.client.render.item.model that return BakerModifier and TypeMethodDescriptionItemModel.BakeContext.blockModelBaker()Returns the value of theblockModelBakerrecord component.Constructors in net.minecraft.client.render.item.model with parameters of type BakerModifierConstructorDescriptionBakeContext(Baker baker, LoadedEntityModels loadedEntityModels, ItemModel itemModel, @Nullable ContextSwapper contextSwapper) -
Uses of Baker in net.minecraft.client.render.model
Classes in net.minecraft.client.render.model that implement BakerMethods in net.minecraft.client.render.model with parameters of type BakerModifier and TypeMethodDescriptionGeometry.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) ReferencedModelsCollector.class_10814.getParticleTexture(ModelTextures textures, Baker baker) -
Uses of Baker in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json with parameters of type BakerModifier and TypeMethodDescriptionprivate static BakedGeometryGeneratedItemModel.method_67928(ModelTextures modelTextures, Baker baker, ModelBakeSettings modelBakeSettings, class_10813 class_10813) private static BakedModelWeightedUnbakedModel.method_67930(Baker baker, ModelVariant modelVariant)