public class SmoothBrick extends TexturedMaterial
构造器和说明 |
---|
SmoothBrick() |
SmoothBrick(int type)
已过时。
不安全的参数
|
SmoothBrick(int type,
byte data)
已过时。
不安全的参数
|
SmoothBrick(Material type) |
SmoothBrick(Material type,
byte data)
已过时。
不安全的参数
|
限定符和类型 | 方法和说明 |
---|---|
SmoothBrick |
clone() |
java.util.List<Material> |
getTextures()
检索可能的材质列表.列表的第一个元素将用来作为缺省值.
|
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 java.util.List<Material> getTextures()
TexturedMaterial
原文:Retrieve a list of possible textures. The first element of the list will be used as a default.
getTextures
在类中 TexturedMaterial
public SmoothBrick clone()
clone
在类中 TexturedMaterial