public static class BlockStateLoader.SubModel
extends java.lang.Object
Constructor and Description |
---|
SubModel(IModelState state,
boolean uvLock,
<any> textures,
ResourceLocation model,
<any> customData)
Deprecated.
|
SubModel(IModelState state,
boolean uvLock,
boolean smooth,
boolean gui3d,
<any> textures,
ResourceLocation model,
<any> customData) |
Modifier and Type | Method and Description |
---|---|
<any> |
getCustomData() |
ResourceLocation |
getModelLocation() |
IModelState |
getState() |
<any> |
getTextures() |
boolean |
isUVLock() |
@Deprecated public SubModel(IModelState state, boolean uvLock, <any> textures, ResourceLocation model, <any> customData)
public SubModel(IModelState state, boolean uvLock, boolean smooth, boolean gui3d, <any> textures, ResourceLocation model, <any> customData)
public IModelState getState()
public boolean isUVLock()
public <any> getTextures()
public ResourceLocation getModelLocation()
public <any> getCustomData()