Uses of Interface
net.minecraft.client.resources.model.UnbakedModel
Packages that use UnbakedModel
Package
Description
-
Uses of UnbakedModel in net.minecraft.client.renderer.block.model
Classes in net.minecraft.client.renderer.block.model that implement UnbakedModelMethods in net.minecraft.client.renderer.block.model with parameters of type UnbakedModelModifier and TypeMethodDescriptionprivate BakedModel
ItemOverrides.bakeModel
(ModelBakery p_173471_, UnbakedModel p_173472_, Function<ResourceLocation, UnbakedModel> p_173473_, Function<Material, TextureAtlasSprite> textureGetter, ItemOverride p_173474_) Method parameters in net.minecraft.client.renderer.block.model with type arguments of type UnbakedModelModifier and TypeMethodDescriptionprivate BakedModel
ItemOverrides.bakeModel
(ModelBakery p_173471_, UnbakedModel p_173472_, Function<ResourceLocation, UnbakedModel> p_173473_, Function<Material, TextureAtlasSprite> textureGetter, ItemOverride p_173474_) BlockModel.getMaterials
(Function<ResourceLocation, UnbakedModel> p_111469_, Set<com.mojang.datafixers.util.Pair<String, String>> p_111470_) MultiVariant.getMaterials
(Function<ResourceLocation, UnbakedModel> p_111855_, Set<com.mojang.datafixers.util.Pair<String, String>> p_111856_) Constructors in net.minecraft.client.renderer.block.model with parameters of type UnbakedModelModifierConstructorDescriptionItemOverrides
(ModelBakery p_111740_, UnbakedModel p_111741_, Function<ResourceLocation, UnbakedModel> p_111742_, Function<Material, TextureAtlasSprite> textureGetter, List<ItemOverride> p_111743_) Constructor parameters in net.minecraft.client.renderer.block.model with type arguments of type UnbakedModelModifierConstructorDescriptionItemOverrides
(ModelBakery p_111740_, BlockModel p_111741_, Function<ResourceLocation, UnbakedModel> p_111742_, List<ItemOverride> p_111743_) Deprecated.ItemOverrides
(ModelBakery p_111740_, UnbakedModel p_111741_, Function<ResourceLocation, UnbakedModel> p_111742_, Function<Material, TextureAtlasSprite> textureGetter, List<ItemOverride> p_111743_) -
Uses of UnbakedModel in net.minecraft.client.renderer.block.model.multipart
Classes in net.minecraft.client.renderer.block.model.multipart that implement UnbakedModelMethod parameters in net.minecraft.client.renderer.block.model.multipart with type arguments of type UnbakedModelModifier and TypeMethodDescriptionMultiPart.getMaterials
(Function<ResourceLocation, UnbakedModel> p_111976_, Set<com.mojang.datafixers.util.Pair<String, String>> p_111977_) -
Uses of UnbakedModel in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model with type parameters of type UnbakedModelModifier and TypeFieldDescriptionprivate final List<UnbakedModel>
ModelBakery.ModelGroupKey.models
private final Map<ResourceLocation,
UnbakedModel> ModelBakery.topLevelModels
private final Map<ResourceLocation,
UnbakedModel> ModelBakery.unbakedCache
Methods in net.minecraft.client.resources.model that return UnbakedModelMethods in net.minecraft.client.resources.model with parameters of type UnbakedModelModifier and TypeMethodDescriptionprivate void
ModelBakery.cacheAndQueueDependencies
(ResourceLocation p_119353_, UnbakedModel p_119354_) static ModelBakery.ModelGroupKey
ModelBakery.ModelGroupKey.create
(BlockState p_119384_, UnbakedModel p_119385_, Collection<Property<?>> p_119386_) Method parameters in net.minecraft.client.resources.model with type arguments of type UnbakedModelModifier and TypeMethodDescriptionUnbakedModel.getMaterials
(Function<ResourceLocation, UnbakedModel> p_119538_, Set<com.mojang.datafixers.util.Pair<String, String>> p_119539_) Constructor parameters in net.minecraft.client.resources.model with type arguments of type UnbakedModelModifierConstructorDescriptionModelGroupKey
(List<UnbakedModel> p_119377_, List<Object> p_119378_) -
Uses of UnbakedModel in net.minecraftforge.client.model
Method parameters in net.minecraftforge.client.model with type arguments of type UnbakedModelModifier and TypeMethodDescriptionCompositeModel.getMaterials
(IGeometryBakingContext context, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) DynamicFluidContainerModel.getMaterials
(IGeometryBakingContext context, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) ElementsModel.getMaterials
(IGeometryBakingContext context, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) EmptyModel.getMaterials
(IGeometryBakingContext context, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) ItemLayerModel.getMaterials
(IGeometryBakingContext context, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) SeparateTransformsModel.getMaterials
(IGeometryBakingContext context, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) -
Uses of UnbakedModel in net.minecraftforge.client.model.geometry
Method parameters in net.minecraftforge.client.model.geometry with type arguments of type UnbakedModelModifier and TypeMethodDescriptionIUnbakedGeometry.getMaterials
(IGeometryBakingContext context, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) abstract Collection<Material>
SimpleUnbakedGeometry.getMaterials
(IGeometryBakingContext context, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) BlockGeometryBakingContext.getTextureDependencies
(Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) -
Uses of UnbakedModel in net.minecraftforge.client.model.obj
Method parameters in net.minecraftforge.client.model.obj with type arguments of type UnbakedModelModifier and TypeMethodDescriptionObjModel.getMaterials
(IGeometryBakingContext context, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) ObjModel.ModelGroup.getTextures
(IGeometryBakingContext owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) ObjModel.ModelObject.getTextures
(IGeometryBakingContext owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) -
Uses of UnbakedModel in net.minecraftforge.debug.block
Fields in net.minecraftforge.debug.block declared as UnbakedModelModifier and TypeFieldDescriptionprivate final UnbakedModel
FullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry.wrappedModel
The field for thewrappedModel
record component.Methods in net.minecraftforge.debug.block that return UnbakedModelModifier and TypeMethodDescriptionFullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry.wrappedModel()
Returns the value of thewrappedModel
record component.Method parameters in net.minecraftforge.debug.block with type arguments of type UnbakedModelModifier and TypeMethodDescriptionFullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry.getMaterials
(IGeometryBakingContext context, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) Constructors in net.minecraftforge.debug.block with parameters of type UnbakedModelModifierConstructorDescriptionprivate
DioritePotModelGeometry
(UnbakedModel wrappedModel) Creates an instance of aDioritePotModelGeometry
record class. -
Uses of UnbakedModel in net.minecraftforge.debug.client.model
Method parameters in net.minecraftforge.debug.client.model with type arguments of type UnbakedModelModifier and TypeMethodDescriptionNewModelLoaderTest.TestModel.getMaterials
(IGeometryBakingContext context, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors)