public abstract class TexturedMaterial extends MaterialData
| Constructor and Description | 
|---|
TexturedMaterial(int type)
Deprecated. 
 
Magic value 
 | 
TexturedMaterial(int type,
                byte data)
Deprecated. 
 
Magic value 
 | 
TexturedMaterial(Material m)  | 
TexturedMaterial(Material type,
                byte data)
Deprecated. 
 
Magic value 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TexturedMaterial | 
clone()  | 
Material | 
getMaterial()
Gets the current Material this block is made of 
 | 
protected int | 
getTextureIndex()
Deprecated. 
 
Magic value 
 | 
abstract List<Material> | 
getTextures()
Retrieve a list of possible textures. 
 | 
void | 
setMaterial(Material material)
Sets the material this block is made of 
 | 
protected void | 
setTextureIndex(int idx)
Deprecated. 
 
Magic value 
 | 
String | 
toString()  | 
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic TexturedMaterial(Material m)
@Deprecated public TexturedMaterial(int type)
type - the raw type id@Deprecated public TexturedMaterial(int type, byte data)
type - the raw type iddata - the raw data value@Deprecated public TexturedMaterial(Material type, byte data)
type - the typedata - the raw data valuepublic abstract List<Material> getTextures()
public Material getMaterial()
public void setMaterial(Material material)
material - New material of this block@Deprecated protected int getTextureIndex()
@Deprecated protected void setTextureIndex(int idx)
idx - - index of data in textures listpublic String toString()
toString in class MaterialDatapublic TexturedMaterial clone()
clone in class MaterialDataCopyright © 2022. All rights reserved.