java.lang.Cloneable
public 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, toItemStack
finalize, getClass, notify, notifyAll, wait, wait, wait
getMaterial, getTextureIndex, setMaterial, setTextureIndex, toString
public 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()
TexturedMaterial
getTextures
in class TexturedMaterial
public SmoothBrick clone()
clone
in class TexturedMaterial
Copyright © 2018. All rights reserved.