Interface IUnbakedModel
- All Superinterfaces:
IForgeUnbakedModel
- All Known Implementing Classes:
B3DLoader.ModelWrapper
,BlockModel
,Multipart
,VariantList
-
Method Summary
Modifier and TypeMethodDescriptionbake
(ModelBakery p_225613_1_, Function<RenderMaterial, TextureAtlasSprite> p_225613_2_, IModelTransform p_225613_3_, ResourceLocation p_225613_4_) getMaterials
(Function<ResourceLocation, IUnbakedModel> p_225614_1_, Set<com.mojang.datafixers.util.Pair<String, String>> p_225614_2_) Methods inherited from interface net.minecraftforge.client.extensions.IForgeUnbakedModel
getClip
-
Method Details
-
getDependencies
Collection<ResourceLocation> getDependencies() -
getMaterials
Collection<RenderMaterial> getMaterials(Function<ResourceLocation, IUnbakedModel> p_225614_1_, Set<com.mojang.datafixers.util.Pair<String, String>> p_225614_2_) -
bake
@Nullable IBakedModel bake(ModelBakery p_225613_1_, Function<RenderMaterial, TextureAtlasSprite> p_225613_2_, IModelTransform p_225613_3_, ResourceLocation p_225613_4_)
-