Interface UnbakedModel
- All Known Implementing Classes:
B3DLoader.ModelWrapper
,BlockModel
,MultiPart
,MultiVariant
public interface UnbakedModel
-
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_)
-
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_)
-