| Constructor and Description | 
|---|
| MultiModel(ResourceLocation location,
          IModel base,
          IModelState baseState,
          com.google.common.collect.ImmutableMap<java.lang.String,org.apache.commons.lang3.tuple.Pair<IModel,IModelState>> parts)Deprecated.  | 
| MultiModel(ResourceLocation location,
          IModel base,
          IModelState baseState,
          java.util.Map<java.lang.String,org.apache.commons.lang3.tuple.Pair<IModel,IModelState>> parts)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| IBakedModel | bake(IModelState state,
    VertexFormat format,
    com.google.common.base.Function<ResourceLocation,TextureAtlasSprite> 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, com.google.common.collect.ImmutableMap<java.lang.String,org.apache.commons.lang3.tuple.Pair<IModel,IModelState>> parts)
public MultiModel(ResourceLocation location, IModel base, IModelState baseState, java.util.Map<java.lang.String,org.apache.commons.lang3.tuple.Pair<IModel,IModelState>> parts)
public java.util.Collection<ResourceLocation> getDependencies()
getDependencies in interface IModelpublic java.util.Collection<ResourceLocation> getTextures()
getTextures in interface IModelpublic IBakedModel bake(IModelState state, VertexFormat format, com.google.common.base.Function<ResourceLocation,TextureAtlasSprite> bakedTextureGetter)
public IModelState getDefaultState()
getDefaultState in interface IModel