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,
java.util.function.Function<ResourceLocation,TextureAtlasSprite> bakedTextureGetter) |
java.util.Collection<ResourceLocation> |
getDependencies() |
MultiLayerModel |
process(<any> customData)
Allows the model to process custom data from the variant definition.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asVanillaModel, getClip, getDefaultState, getTextures, gui3d, retexture, smoothLighting, uvlock
public static final MultiLayerModel INSTANCE
public java.util.Collection<ResourceLocation> getDependencies()
getDependencies
in interface IModel
public IBakedModel bake(IModelState state, VertexFormat format, java.util.function.Function<ResourceLocation,TextureAtlasSprite> bakedTextureGetter)
public MultiLayerModel process(<any> customData)
IModel