public final class MultiLayerModel extends java.lang.Object implements IModelCustomData
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiLayerModel.Loader |
| Modifier and Type | Field and Description |
|---|---|
static MultiLayerModel |
INSTANCE |
| Constructor and Description |
|---|
MultiLayerModel(<any> models) |
| Modifier and Type | Method and Description |
|---|---|
IBakedModel |
bake(IModelState state,
VertexFormat format,
<any> bakedTextureGetter) |
IModelState |
getDefaultState() |
java.util.Collection<ResourceLocation> |
getDependencies() |
java.util.Collection<ResourceLocation> |
getTextures() |
MultiLayerModel |
process(<any> customData)
Allows the model to process custom data from the variant definition.
|
public static final MultiLayerModel INSTANCE
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, <any> bakedTextureGetter)
public IModelState getDefaultState()
getDefaultState in interface IModelpublic MultiLayerModel process(<any> customData)
IModelCustomDataprocess in interface IModelCustomData