public class MultiLayerModel extends java.lang.Object implements IModelCustomData<MultiLayerModel>
Modifier and Type | Class and Description |
---|---|
static class |
MultiLayerModel.Loader |
static class |
MultiLayerModel.MultiLayerBakedModel |
Modifier and Type | Field and Description |
---|---|
static MultiLayerModel |
instance |
Constructor and Description |
---|
MultiLayerModel(<any> models) |
Modifier and Type | Method and Description |
---|---|
IFlexibleBakedModel |
bake(IModelState state,
VertexFormat format,
<any> bakedTextureGetter) |
IModelState |
getDefaultState() |
java.util.Collection<ResourceLocation> |
getDependencies() |
java.util.Collection<ResourceLocation> |
getTextures() |
IModel |
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 IModel
public java.util.Collection<ResourceLocation> getTextures()
getTextures
in interface IModel
public IFlexibleBakedModel bake(IModelState state, VertexFormat format, <any> bakedTextureGetter)
public IModelState getDefaultState()
getDefaultState
in interface IModel
public IModel process(<any> customData)
IModelCustomData
process
in interface IModelCustomData<MultiLayerModel>