Package org.bukkit.material
Class SmoothBrick
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.TexturedMaterial
org.bukkit.material.SmoothBrick
- All Implemented Interfaces:
java.lang.Cloneable
public class SmoothBrick extends TexturedMaterial
Represents the different types of smooth bricks.
-
Constructor Summary
Constructors Constructor Description SmoothBrick()SmoothBrick(int type)Deprecated.Magic valueSmoothBrick(int type, byte data)Deprecated.Magic valueSmoothBrick(Material type)SmoothBrick(Material type, byte data)Deprecated.Magic value -
Method Summary
Modifier and Type Method Description SmoothBrickclone()java.util.List<Material>getTextures()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, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
SmoothBrick
public SmoothBrick() -
SmoothBrick
@Deprecated public SmoothBrick(int type)Deprecated.Magic value- Parameters:
type- the raw type id
-
SmoothBrick
-
SmoothBrick
@Deprecated public SmoothBrick(int type, byte data)Deprecated.Magic value- Parameters:
type- the raw type iddata- the raw data value
-
SmoothBrick
Deprecated.Magic value- Parameters:
type- the typedata- the raw data value
-
-
Method Details
-
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
- Overrides:
clonein classTexturedMaterial
-