|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bukkit.material.MaterialData org.bukkit.material.TexturedMaterial org.bukkit.material.SmoothBrick
public class SmoothBrick
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 |
---|
public SmoothBrick()
@Deprecated public SmoothBrick(int type)
public SmoothBrick(Material type)
@Deprecated public SmoothBrick(int type, byte data)
@Deprecated public SmoothBrick(Material type, byte data)
Method Detail |
---|
public List<Material> getTextures()
TexturedMaterial
getTextures
in class TexturedMaterial
public SmoothBrick clone()
clone
in class TexturedMaterial
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |