Interface UnbakedModel
- All Superinterfaces:
IForgeUnbakedModel
- All Known Implementing Classes:
B3DLoader.ModelWrapper
,BlockModel
,MultiPart
,MultiVariant
-
Method Summary
Modifier and TypeMethodDescriptionbake(ModelBakery p_119534_, Function<Material,TextureAtlasSprite> p_119535_, ModelState p_119536_, ResourceLocation p_119537_)
getMaterials(Function<ResourceLocation,UnbakedModel> p_119538_, Set<com.mojang.datafixers.util.Pair<String,String>> p_119539_)
Methods inherited from interface net.minecraftforge.client.extensions.IForgeUnbakedModel
getClip
-
Method Details
-
getDependencies
Collection<ResourceLocation> getDependencies() -
getMaterials
Collection<Material> getMaterials(Function<ResourceLocation,UnbakedModel> p_119538_, Set<com.mojang.datafixers.util.Pair<String,String>> p_119539_) -
bake
@Nullable BakedModel bake(ModelBakery p_119534_, Function<Material,TextureAtlasSprite> p_119535_, ModelState p_119536_, ResourceLocation p_119537_)
-