org.bukkit.material
Class SmoothBrick

java.lang.Object
  extended by org.bukkit.material.MaterialData
      extended by org.bukkit.material.TexturedMaterial
          extended by org.bukkit.material.SmoothBrick
All Implemented Interfaces:
Cloneable

public class SmoothBrick
extends TexturedMaterial

Represents the different types of smooth bricks.


Constructor Summary
SmoothBrick()
           
SmoothBrick(int type)
          Deprecated. Magic value
SmoothBrick(int type, byte data)
          Deprecated. Magic value
SmoothBrick(Material type)
           
SmoothBrick(Material type, byte data)
          Deprecated. Magic value
 
Method Summary
 SmoothBrick clone()
           
 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, getItemTypeId, hashCode, setData, toItemStack, toItemStack
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SmoothBrick

public SmoothBrick()

SmoothBrick

@Deprecated
public SmoothBrick(int type)
Deprecated. Magic value


SmoothBrick

public SmoothBrick(Material type)

SmoothBrick

@Deprecated
public SmoothBrick(int type,
                              byte data)
Deprecated. Magic value


SmoothBrick

@Deprecated
public SmoothBrick(Material type,
                              byte data)
Deprecated. Magic value

Method Detail

getTextures

public List<Material> getTextures()
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 class TexturedMaterial
Returns:
a list of possible textures for this block

clone

public SmoothBrick clone()
Overrides:
clone in class TexturedMaterial


Copyright © 2013. All Rights Reserved.