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, for removal: This API element is subject to removal in a future version.
Represents the different types of smooth bricks.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.SmoothBrick(Material type) Deprecated, for removal: This API element is subject to removal in a future version.SmoothBrick(Material type, byte data) Deprecated.Magic value
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.
- 
SmoothBrickDeprecated, for removal: This API element is subject to removal in a future version.
- 
SmoothBrickDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
getTexturesDeprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.- Overrides:
- clonein class- TexturedMaterial
 
 
- 
BlockData.