Class ObjModel.ModelGroup
java.lang.Object
net.minecraftforge.client.model.obj.ObjModel.ModelObject
net.minecraftforge.client.model.obj.ObjModel.ModelGroup
- Enclosing class:
- ObjModel
- 
Field SummaryFieldsFields inherited from class net.minecraftforge.client.model.obj.ObjModel.ModelObjectmeshes, name
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddNamesRecursively(Set<String> names) voidaddQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) voidbake(CompositeRenderable.PartBuilder<?> builder, IGeometryBakingContext configuration) getTextures(IGeometryBakingContext owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) Methods inherited from class net.minecraftforge.client.model.obj.ObjModel.ModelObjectname
- 
Field Details- 
parts
 
- 
- 
Constructor Details- 
ModelGroupModelGroup(String name) 
 
- 
- 
Method Details- 
addQuadspublic void addQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) - Overrides:
- addQuadsin class- ObjModel.ModelObject
 
- 
bake- Overrides:
- bakein class- ObjModel.ModelObject
 
- 
getTexturespublic Collection<Material> getTextures(IGeometryBakingContext owner, Function<ResourceLocation, UnbakedModel> modelGetter, Set<com.mojang.datafixers.util.Pair<String, String>> missingTextureErrors) - Overrides:
- getTexturesin class- ObjModel.ModelObject
 
- 
addNamesRecursively- Overrides:
- addNamesRecursivelyin class- ObjModel.ModelObject
 
 
-