Package net.minecraftforge.client.model
Class EmptyModel
java.lang.Object
net.minecraftforge.client.model.geometry.SimpleUnbakedGeometry<EmptyModel>
net.minecraftforge.client.model.EmptyModel
- All Implemented Interfaces:
- IUnbakedGeometry<EmptyModel>
A completely empty model with no quads or texture dependencies.
 
 You can access it as a BakedModel, an IUnbakedGeometry or an IGeometryLoader.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final BakedModelstatic final EmptyModelstatic final IGeometryLoader<EmptyModel>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) bake(IGeometryBakingContext context, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelState, ItemOverrides overrides, ResourceLocation modelLocation) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.client.model.geometry.IUnbakedGeometrygetConfigurableComponentNames, resolveParents
- 
Field Details- 
BAKED
- 
INSTANCE
- 
LOADER
 
- 
- 
Constructor Details- 
EmptyModelprivate EmptyModel()
 
- 
- 
Method Details- 
addQuadsprotected void addQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform, ResourceLocation modelLocation) - Specified by:
- addQuadsin class- SimpleUnbakedGeometry<EmptyModel>
 
- 
bakepublic BakedModel bake(IGeometryBakingContext context, ModelBaker baker, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelState, ItemOverrides overrides, ResourceLocation modelLocation) - Specified by:
- bakein interface- IUnbakedGeometry<EmptyModel>
- Overrides:
- bakein class- SimpleUnbakedGeometry<EmptyModel>
 
 
-