@Deprecated public static class B3DLoader.Wrapper extends B3DLoader.PartWrapper<B3DModel.Mesh> implements IRetexturableModel<B3DLoader.Wrapper>, IModelCustomData<B3DLoader.Wrapper>
Constructor and Description |
---|
Wrapper(ResourceLocation location,
<any> meshes,
<any> textures,
B3DModel.Node<B3DModel.Mesh> mesh)
Deprecated.
|
Wrapper(ResourceLocation location,
<any> textures,
B3DModel.Node<B3DModel.Mesh> mesh)
Deprecated.
|
Wrapper(ResourceLocation location,
<any> meshes,
java.util.List<B3DModel.Texture> textures,
B3DModel.Node<B3DModel.Mesh> mesh)
Deprecated.
|
Wrapper(ResourceLocation location,
java.util.List<B3DModel.Texture> textures,
B3DModel.Node<B3DModel.Mesh> mesh)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IFlexibleBakedModel |
bake(IModelState state,
VertexFormat format,
<any> bakedTextureGetter)
Deprecated.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
IModelState |
getDefaultState()
Deprecated.
|
java.util.Collection<ResourceLocation> |
getDependencies()
Deprecated.
|
ResourceLocation |
getLocation()
Deprecated.
|
<any> |
getTextureMap()
Deprecated.
|
java.util.Collection<ResourceLocation> |
getTextures()
Deprecated.
|
int |
hashCode()
Deprecated.
|
IModel |
process(<any> customData)
Deprecated.
Allows the model to process custom data from the variant definition.
|
IModel |
retexture(<any> textures)
Deprecated.
Applies new textures to the model.
|
create, getNode
public Wrapper(ResourceLocation location, java.util.List<B3DModel.Texture> textures, B3DModel.Node<B3DModel.Mesh> mesh)
public Wrapper(ResourceLocation location, <any> textures, B3DModel.Node<B3DModel.Mesh> mesh)
public Wrapper(ResourceLocation location, <any> meshes, java.util.List<B3DModel.Texture> textures, B3DModel.Node<B3DModel.Mesh> mesh)
public Wrapper(ResourceLocation location, <any> meshes, <any> textures, B3DModel.Node<B3DModel.Mesh> mesh)
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 ResourceLocation getLocation()
public <any> getTextureMap()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public IModel retexture(<any> textures)
IRetexturableModel
retexture
in interface IRetexturableModel<B3DLoader.Wrapper>
textures
- Newpublic IModel process(<any> customData)
IModelCustomData
process
in interface IModelCustomData<B3DLoader.Wrapper>
public IModelState getDefaultState()
getDefaultState
in interface IModel