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 public class SmoothBrick extends TexturedMaterial
Deprecated.all usage of MaterialData is deprecated and subject to removal. UseBlockData
.Represents the different types of smooth bricks.
-
-
Constructor Summary
Constructors Constructor Description SmoothBrick()
Deprecated.SmoothBrick(Material type)
Deprecated.SmoothBrick(Material type, byte data)
Deprecated.Magic value
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SmoothBrick
clone()
Deprecated.List<Material>
getTextures()
Deprecated.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()
Deprecated.
-
SmoothBrick
public SmoothBrick(Material type)
Deprecated.
-
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()
Deprecated.Description copied from class:TexturedMaterial
Retrieve a list of possible textures. The first element of the list will be used as a default.- Specified by:
getTextures
in classTexturedMaterial
- Returns:
- a list of possible textures for this block
-
clone
public SmoothBrick clone()
Deprecated.- Overrides:
clone
in classTexturedMaterial
-
-