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
Fields in net.minecraft declared as BakerModifier and TypeFieldDescriptionprivate final Bakerclass_10439.class_10440.blockModelBakerThe field for theblockModelBakerrecord component.Methods in net.minecraft that return BakerModifier and TypeMethodDescriptionclass_10439.class_10440.blockModelBaker()Returns the value of theblockModelBakerrecord component.Constructors in net.minecraft with parameters of type BakerModifierConstructorDescriptionclass_10440(Baker baker, EntityModelLoader entityModelLoader, class_10439 class_10439) -
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 TypeMethodDescriptionUnbakedModel.bake(class_10419 class_10419, Baker baker, ModelBakeSettings modelBakeSettings, boolean bool, boolean bool2, ModelTransformation modelTransformation) GroupableModel.method_65542(Baker baker) MultipartUnbakedModel.method_65542(Baker baker) static BakedModelUnbakedModel.method_65765(UnbakedModel unbakedModel, Baker baker, ModelBakeSettings modelBakeSettings) -
Uses of Baker in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json with parameters of type BakerModifier and TypeMethodDescriptionItemModelGenerator.bake(class_10419 class_10419, Baker baker, ModelBakeSettings modelBakeSettings, boolean bool, boolean bool2, ModelTransformation modelTransformation) JsonUnbakedModel.bake(class_10419 class_10419, Baker baker, ModelBakeSettings modelBakeSettings, boolean bool, boolean bool2, ModelTransformation modelTransformation) WeightedUnbakedModel.method_65542(Baker baker)