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 SummaryConstructorsConstructorDescriptionDeprecated.SmoothBrick(Material type) Deprecated.SmoothBrick(Material type, byte data) Deprecated.Magic value
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated.Deprecated.Retrieve a list of possible textures.Methods inherited from class org.bukkit.material.TexturedMaterialgetMaterial, getTextureIndex, setMaterial, setTextureIndex, toStringMethods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
SmoothBrickpublic SmoothBrick()Deprecated.
- 
SmoothBrickDeprecated.
- 
SmoothBrickDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
getTexturesDeprecated.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 class- TexturedMaterial
- Returns:
- a list of possible textures for this block
 
- 
cloneDeprecated.- Overrides:
- clonein class- TexturedMaterial
 
 
- 
BlockData.