@Deprecated public final class MultiModel extends java.lang.Object implements IUnbakedModel
| Constructor and Description |
|---|
MultiModel(ResourceLocation location,
IUnbakedModel base,
com.google.common.collect.ImmutableMap<java.lang.String,org.apache.commons.lang3.tuple.Pair<IUnbakedModel,IModelState>> parts)
Deprecated.
|
MultiModel(ResourceLocation location,
IUnbakedModel base,
java.util.Map<java.lang.String,org.apache.commons.lang3.tuple.Pair<IUnbakedModel,IModelState>> parts)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IBakedModel |
bake(java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.function.Function<ResourceLocation,TextureAtlasSprite> bakedTextureGetter,
IModelState state,
boolean uvlock,
VertexFormat format)
Deprecated.
|
java.util.Collection<ResourceLocation> |
getOverrideLocations()
Deprecated.
|
java.util.Collection<ResourceLocation> |
getTextures(java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter,
java.util.Set<java.lang.String> missingTextures)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbakegetClip, getDefaultState, gui3d, process, retexture, smoothLightingpublic MultiModel(ResourceLocation location, @Nullable IUnbakedModel base, com.google.common.collect.ImmutableMap<java.lang.String,org.apache.commons.lang3.tuple.Pair<IUnbakedModel,IModelState>> parts)
public MultiModel(ResourceLocation location, IUnbakedModel base, java.util.Map<java.lang.String,org.apache.commons.lang3.tuple.Pair<IUnbakedModel,IModelState>> parts)
public java.util.Collection<ResourceLocation> getOverrideLocations()
getOverrideLocations in interface IUnbakedModelpublic java.util.Collection<ResourceLocation> getTextures(java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter, java.util.Set<java.lang.String> missingTextures)
getTextures in interface IUnbakedModelpublic IBakedModel bake(java.util.function.Function<ResourceLocation,IUnbakedModel> modelGetter, java.util.function.Function<ResourceLocation,TextureAtlasSprite> bakedTextureGetter, IModelState state, boolean uvlock, VertexFormat format)
bake in interface IModel<IUnbakedModel>