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 BakedModelItemOverrides.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 BakedModelItemOverrides.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 List<UnbakedModel>ModelBakery.ModelGroupKey.modelsprivate Map<ResourceLocation,UnbakedModel>ModelBakery.topLevelModelsprivate Map<ResourceLocation,UnbakedModel>ModelBakery.unbakedCacheMethods in net.minecraft.client.resources.model that return UnbakedModelMethods in net.minecraft.client.resources.model with parameters of type UnbakedModelModifier and TypeMethodDescriptionprivate voidModelBakery.cacheAndQueueDependencies(ResourceLocation p_119353_, UnbakedModel p_119354_)static ModelBakery.ModelGroupKeyModelBakery.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 Function<ResourceLocation,UnbakedModel>ModelLoader.DEFAULT_MODEL_GETTERHelper method for registering all itemstacks for given item to map to universal bucket model.private com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<RenderType,UnbakedModel>>MultiLayerModel.modelsMethods in net.minecraftforge.client.model that return UnbakedModelModifier and TypeMethodDescriptionprotected UnbakedModelModelLoader.getMissingModel()ModelLoader.getModelOrLogError(ResourceLocation location, String error)Use this if you want the model, but need to log the error.ModelLoader.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 configurationMethods in net.minecraftforge.client.model that return types with arguments of type UnbakedModelModifier and TypeMethodDescriptionstatic Function<ResourceLocation,UnbakedModel>ModelLoader.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.animation
Fields in net.minecraftforge.client.model.animation declared as UnbakedModelConstructors in net.minecraftforge.client.model.animation with parameters of type UnbakedModelModifierConstructorDescriptionAnimationItemOverrideList(ModelBakery bakery, UnbakedModel model, ResourceLocation modelLoc, ModelState state, Function<Material,TextureAtlasSprite> bakedTextureGetter, List<ItemOverride> overrides) -
Uses of UnbakedModel in net.minecraftforge.client.model.b3d
Classes in net.minecraftforge.client.model.b3d that implement UnbakedModelMethods in net.minecraftforge.client.model.b3d that return UnbakedModelMethod 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 UnbakedModelFullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry.wrappedModelThe field for thewrappedModelrecord component.Methods in net.minecraftforge.debug.block that return UnbakedModelModifier and TypeMethodDescriptionFullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry.wrappedModel()Returns the value of thewrappedModelrecord 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 UnbakedModelModifierConstructorDescriptionprivateDioritePotModelGeometry(UnbakedModel wrappedModel)Creates an instance of aDioritePotModelGeometryrecord 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)