Modifier and Type | Class and Description |
---|---|
private static class |
MultiModel.Baked
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private IModel |
base
Deprecated.
|
private ResourceLocation |
location
Deprecated.
|
private java.util.Map<java.lang.String,org.apache.commons.lang3.tuple.Pair<IModel,IModelState>> |
parts
Deprecated.
|
Constructor and Description |
---|
MultiModel(ResourceLocation location,
IModel base,
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,
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.
|
MultiModel(ResourceLocation location,
IModel base,
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,
java.util.function.Function<ResourceLocation,TextureAtlasSprite> bakedTextureGetter)
Deprecated.
|
java.util.Collection<ResourceLocation> |
getDependencies()
Deprecated.
|
java.util.Collection<ResourceLocation> |
getTextures()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asVanillaModel, getClip, getDefaultState, gui3d, process, retexture, smoothLighting, uvlock
private final ResourceLocation location
@Nullable private final IModel base
private final java.util.Map<java.lang.String,org.apache.commons.lang3.tuple.Pair<IModel,IModelState>> parts
@Deprecated public MultiModel(ResourceLocation location, @Nullable 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, @Nullable IModel base, com.google.common.collect.ImmutableMap<java.lang.String,org.apache.commons.lang3.tuple.Pair<IModel,IModelState>> parts)
@Deprecated public MultiModel(ResourceLocation location, IModel base, IModelState baseState, java.util.Map<java.lang.String,org.apache.commons.lang3.tuple.Pair<IModel,IModelState>> parts)
public MultiModel(ResourceLocation location, IModel base, java.util.Map<java.lang.String,org.apache.commons.lang3.tuple.Pair<IModel,IModelState>> 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, java.util.function.Function<ResourceLocation,TextureAtlasSprite> bakedTextureGetter)