Interface IModelGeometryPart
- All Known Implementing Classes:
CompositeModel.Submodel
,OBJModel.ModelGroup
,OBJModel.ModelObject
public interface IModelGeometryPart
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<Material,TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation)
default Collection<Material>
getTextures(IModelConfiguration owner, Function<ResourceLocation,UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String,String>> missingTextureErrors)
name()
-
Method Details
-
name
String name() -
addQuads
void addQuads(IModelConfiguration owner, IModelBuilder<?> modelBuilder, ModelBakery bakery, Function<Material,TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) -
getTextures
default Collection<Material> getTextures(IModelConfiguration owner, Function<ResourceLocation,UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String,String>> missingTextureErrors)
-