public class SmoothBrick extends TexturedMaterial
Constructor and 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 and Description |
---|---|
SmoothBrick |
clone() |
List<Material> |
getTextures()
Retrieve a list of possible textures.
|
getMaterial, getTextureIndex, setMaterial, setTextureIndex, toString
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
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 List<Material> getTextures()
TexturedMaterial
getTextures
in class TexturedMaterial
public SmoothBrick clone()
clone
in class TexturedMaterial
Copyright © 2016. All rights reserved.