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
Fields in net.minecraftforge.client.model declared as UnbakedModelFields in net.minecraftforge.client.model with type parameters of type UnbakedModelModifier and TypeFieldDescriptionprivate static final Function<ResourceLocation,
UnbakedModel> ForgeModelBakery.DEFAULT_MODEL_GETTER
Helper method for registering all itemstacks for given item to map to universal bucket model.private final com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<RenderType,
UnbakedModel>> MultiLayerModel.models
Methods in net.minecraftforge.client.model that return UnbakedModelModifier and TypeMethodDescriptionprotected UnbakedModel
ForgeModelBakery.getMissingModel()
ForgeModelBakery.getModelOrLogError
(ResourceLocation location, String error) Use this if you want the model, but need to log the error.ForgeModelBakery.getModelOrMissing
(ResourceLocation location) Use this if you don't care about the exception and want some model anyway.BlockModelConfiguration.getOwnerModel()
IModelConfiguration.getOwnerModel()
If available, gets the owning model (usually BlockModel) of this configurationStandaloneModelConfiguration.getOwnerModel()
Methods in net.minecraftforge.client.model that return types with arguments of type UnbakedModelModifier and TypeMethodDescriptionstatic Function<ResourceLocation,
UnbakedModel> ForgeModelBakery.defaultModelGetter()
Method parameters in net.minecraftforge.client.model with type arguments of type UnbakedModelModifier and TypeMethodDescriptionprivate static com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<RenderType,
BakedModel>> MultiLayerModel.buildModels
(List<com.mojang.datafixers.util.Pair<RenderType, UnbakedModel>> models, ModelState modelTransform, ModelBakery bakery, Function<Material, TextureAtlasSprite> spriteGetter, ResourceLocation modelLocation) BlockModelConfiguration.getTextureDependencies
(Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) CompositeModel.Geometry.getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) CompositeModel.Submodel.getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) DynamicBucketModel.getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) FluidModel.getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) ItemLayerModel.getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) ModelLoaderRegistry.VanillaProxy.getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) MultiLayerModel.getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) SeparatePerspectiveModel.getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) Constructor parameters in net.minecraftforge.client.model with type arguments of type UnbakedModelModifierConstructorDescriptionMultiLayerModel
(com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<RenderType, UnbakedModel>> models, boolean convertRenderTypes) MultiLayerModel
(Map<RenderType, UnbakedModel> models) -
Uses of UnbakedModel in net.minecraftforge.client.model.b3d
Classes in net.minecraftforge.client.model.b3d that implement UnbakedModelModifier and TypeClassDescriptionprivate static final class
Deprecated, for removal: This API element is subject to removal in a future version.Methods in net.minecraftforge.client.model.b3d that return UnbakedModelModifier and TypeMethodDescriptionB3DLoader.loadModel
(ResourceLocation modelLocation) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in net.minecraftforge.client.model.b3d with type arguments of type UnbakedModelModifier and TypeMethodDescriptionB3DLoader.ModelWrapper.getMaterials
(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 TypeMethodDescriptionIModelGeometry.getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) default Collection<Material>
IModelGeometryPart.getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) default Collection<Material>
IMultipartModelGeometry.getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) ISimpleModelGeometry.getTextures
(IModelConfiguration owner, 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.ModelGroup.getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) OBJModel.ModelObject.getTextures
(IModelConfiguration 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.getTextures
(IModelConfiguration owner, 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.getTextures
(IModelConfiguration owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors)