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
public class SmoothBrick extends TexturedMaterial
Represents the different types of smooth bricks.
-
-
Constructor Summary
Constructors Constructor Description SmoothBrick()SmoothBrick(Material type)SmoothBrick(Material type, byte data)Deprecated.Magic value
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmoothBrickclone()List<Material>getTextures()Retrieve a list of possible textures.-
Methods inherited from class org.bukkit.material.TexturedMaterial
getMaterial, getTextureIndex, setMaterial, setTextureIndex, toString
-
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
-
-
-
Constructor Detail
-
SmoothBrick
public SmoothBrick()
-
SmoothBrick
public SmoothBrick(Material type)
-
SmoothBrick
@Deprecated public SmoothBrick(Material type, byte data)
Deprecated.Magic value- Parameters:
type- the typedata- the raw data value
-
-
Method Detail
-
getTextures
public List<Material> getTextures()
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
public SmoothBrick clone()
- Overrides:
clonein classTexturedMaterial
-
-