java.lang.Cloneablepublic class SmoothBrick extends TexturedMaterial
| Constructor | Description |
|---|---|
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
|
| Modifier and Type | Method | Description |
|---|---|---|
SmoothBrick |
clone() |
|
java.util.List<Material> |
getTextures() |
Retrieve a list of possible textures.
|
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackfinalize, getClass, notify, notifyAll, wait, wait, waitgetMaterial, getTextureIndex, setMaterial, setTextureIndex, toStringpublic SmoothBrick()
@Deprecated public SmoothBrick(int type)
type - the raw type idpublic SmoothBrick(Material type)
@Deprecated
public SmoothBrick(int type,
byte data)
type - the raw type iddata - the raw data value@Deprecated public SmoothBrick(Material type, byte data)
type - the typedata - the raw data valuepublic java.util.List<Material> getTextures()
TexturedMaterialgetTextures in class TexturedMaterialpublic SmoothBrick clone()
clone in class TexturedMaterialCopyright © 2018. All rights reserved.