Package org.bukkit.material
Class SmoothBrick
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.TexturedMaterial
org.bukkit.material.SmoothBrick
- All Implemented Interfaces:
 Cloneable
Deprecated.
Represents the different types of smooth bricks.
- 
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.SmoothBrick(Material type) Deprecated.SmoothBrick(Material type, byte data) Deprecated.Magic value - 
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.Deprecated.Retrieve a list of possible textures.Methods inherited from class org.bukkit.material.TexturedMaterial
getMaterial, getTextureIndex, setMaterial, setTextureIndex, toStringMethods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack 
- 
Constructor Details
- 
SmoothBrick
public SmoothBrick()Deprecated. - 
SmoothBrick
Deprecated. - 
SmoothBrick
Deprecated.Magic value- Parameters:
 type- the typedata- the raw data value
 
 - 
 - 
Method Details
- 
getTextures
Deprecated.Description copied from class:TexturedMaterialRetrieve a list of possible textures. The first element of the list will be used as a default.- Specified by:
 getTexturesin classTexturedMaterial- Returns:
 - a list of possible textures for this block
 
 - 
clone
Deprecated.- Overrides:
 clonein classTexturedMaterial
 
 - 
 
BlockData.