@Deprecated public interface IModel<T extends IModel<T>> extends IForgeUnbakedModel
IUnbakedModel
.
Models can be baked to different vertex formats and with different state.Modifier and Type | Method and Description |
---|---|
default IModelState |
getDefaultState()
Deprecated.
Default state this model will be baked with.
|
default T |
gui3d(boolean value)
Deprecated.
|
default T |
process(com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> customData)
Deprecated.
Allows the model to process custom data from the variant definition.
|
default T |
retexture(com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> textures)
Deprecated.
Applies new textures to the model.
|
default T |
smoothLighting(boolean value)
Deprecated.
|
bake, getClip
default IModelState getDefaultState()
IModelState
default T process(com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> customData)
default T smoothLighting(boolean value)
default T gui3d(boolean value)
default T retexture(com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> textures)
textures
- New