java.lang.CloneableMonsterEggs, SmoothBrick, Steppublic abstract class TexturedMaterial extends MaterialData
| Constructor | Description | 
|---|---|
| TexturedMaterial(Material m) | |
| TexturedMaterial(Material type,
                byte data) | Deprecated.
 Magic value | 
| Modifier and Type | Method | Description | 
|---|---|---|
| TexturedMaterial | clone() | |
| Material | getMaterial() | Gets the current Material this block is made of | 
| protected int | getTextureIndex() | Deprecated.
 Magic value | 
| abstract java.util.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 | 
| java.lang.String | toString() | 
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStackpublic TexturedMaterial(Material m)
@Deprecated public TexturedMaterial(Material type, byte data)
type - the typedata - the raw data valuepublic abstract java.util.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 java.lang.String toString()
toString in class MaterialDatapublic TexturedMaterial clone()
clone in class MaterialDataCopyright © 2018. All rights reserved.