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.
SmoothBrick
public SmoothBrick()
SmoothBrick
public SmoothBrick(int type)
SmoothBrick
public SmoothBrick(Material type)
SmoothBrick
public SmoothBrick(int type,
byte data)
SmoothBrick
public SmoothBrick(Material type,
byte data)
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.