public interface IModel
| Modifier and Type | Method and Description | 
|---|---|
default java.util.Optional<ModelBlock> | 
asVanillaModel()  | 
IBakedModel | 
bake(IModelState state,
    VertexFormat format,
    java.util.function.Function<ResourceLocation,TextureAtlasSprite> bakedTextureGetter)  | 
default java.util.Optional<? extends IClip> | 
getClip(java.lang.String name)  | 
default IModelState | 
getDefaultState()  | 
default java.util.Collection<ResourceLocation> | 
getDependencies()  | 
default java.util.Collection<ResourceLocation> | 
getTextures()  | 
default IModel | 
gui3d(boolean value)  | 
default IModel | 
process(<any> customData)
Allows the model to process custom data from the variant definition. 
 | 
default IModel | 
retexture(<any> textures)
Applies new textures to the model. 
 | 
default IModel | 
smoothLighting(boolean value)  | 
default IModel | 
uvlock(boolean value)  | 
default java.util.Collection<ResourceLocation> getDependencies()
default java.util.Collection<ResourceLocation> getTextures()
IBakedModel bake(IModelState state, VertexFormat format, java.util.function.Function<ResourceLocation,TextureAtlasSprite> bakedTextureGetter)
default IModelState getDefaultState()
default java.util.Optional<? extends IClip> getClip(java.lang.String name)
default IModel process(<any> customData)
default IModel smoothLighting(boolean value)
default IModel gui3d(boolean value)
default IModel uvlock(boolean value)
default IModel retexture(<any> textures)
textures - Newdefault java.util.Optional<ModelBlock> asVanillaModel()