org.bukkit.material
public class SmoothBrick extends TexturedMaterial
| Constructor and Description | 
|---|
SmoothBrick()  | 
SmoothBrick(int type)
Deprecated. 
 
Magic value 
 | 
SmoothBrick(int type,
           byte data)
Deprecated. 
 
Magic value 
 | 
SmoothBrick(Material type)  | 
SmoothBrick(Material type,
           byte data)
Deprecated. 
 
Magic value 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SmoothBrick | 
clone()  | 
List<Material> | 
getTextures()
Retrieve a list of possible textures. 
 | 
getMaterial, getTextureIndex, setMaterial, setTextureIndex, toStringequals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic SmoothBrick()
@Deprecated public SmoothBrick(int type)
public SmoothBrick(Material type)
@Deprecated public SmoothBrick(int type, byte data)
@Deprecated public SmoothBrick(Material type, byte data)
public List<Material> getTextures()
TexturedMaterialgetTextures in class TexturedMaterialpublic SmoothBrick clone()
clone in class TexturedMaterialCopyright © 2014. All rights reserved.