Constructor and Description |
---|
MultiModel(ResourceLocation location,
IModel base,
IModelState baseState,
<any> parts)
Deprecated.
|
MultiModel(ResourceLocation location,
IModel base,
IModelState baseState,
java.util.Map<java.lang.String,<any>> parts)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IBakedModel |
bake(IModelState state,
VertexFormat format,
<any> bakedTextureGetter)
Deprecated.
|
IModelState |
getDefaultState()
Deprecated.
|
java.util.Collection<ResourceLocation> |
getDependencies()
Deprecated.
|
java.util.Collection<ResourceLocation> |
getTextures()
Deprecated.
|
public MultiModel(ResourceLocation location, IModel base, IModelState baseState, <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 IBakedModel bake(IModelState state, VertexFormat format, <any> bakedTextureGetter)
public IModelState getDefaultState()
getDefaultState
in interface IModel