Modifier and Type | Class and Description |
---|---|
static class |
MultiModel.Baked |
Modifier and Type | Field and Description |
---|---|
protected IModel |
base |
protected IModelState |
baseState |
protected ResourceLocation |
location |
protected java.util.Map<java.lang.String,<any>> |
parts |
Constructor and Description |
---|
MultiModel(IModel base,
IModelState baseState,
<any> parts) |
MultiModel(IModel base,
IModelState baseState,
java.util.Map<java.lang.String,<any>> parts) |
MultiModel(ResourceLocation location,
IModel base,
IModelState baseState,
<any> parts) |
MultiModel(ResourceLocation location,
IModel base,
IModelState baseState,
java.util.Map<java.lang.String,<any>> parts) |
Modifier and Type | Method and Description |
---|---|
IFlexibleBakedModel |
bake(IModelState state,
VertexFormat format,
<any> bakedTextureGetter) |
IModel |
getBaseModel() |
IModelState |
getDefaultState() |
java.util.Collection<ResourceLocation> |
getDependencies() |
java.util.Map<java.lang.String,<any>> |
getParts() |
java.util.Collection<ResourceLocation> |
getTextures() |
protected final ResourceLocation location
protected final IModel base
protected final IModelState baseState
protected final java.util.Map<java.lang.String,<any>> parts
public MultiModel(ResourceLocation location, IModel base, IModelState baseState, <any> parts)
public MultiModel(IModel base, IModelState baseState, <any> parts)
public MultiModel(IModel base, IModelState baseState, java.util.Map<java.lang.String,<any>> parts)
public MultiModel(ResourceLocation location, IModel base, IModelState baseState, java.util.Map<java.lang.String,<any>> parts)
public java.util.Collection<ResourceLocation> getDependencies()
getDependencies
in interface IModel
public java.util.Collection<ResourceLocation> getTextures()
getTextures
in interface IModel
public IFlexibleBakedModel bake(IModelState state, VertexFormat format, <any> bakedTextureGetter)
public IModel getBaseModel()
public java.util.Map<java.lang.String,<any>> getParts()
public IModelState getDefaultState()
getDefaultState
in interface IModel