public class Step extends TexturedMaterial
コンストラクタと説明 |
---|
Step() |
Step(int type)
非推奨です。
Magic value
|
Step(int type,
byte data)
非推奨です。
Magic value
|
Step(Material type) |
Step(Material type,
byte data)
非推奨です。
Magic value
|
修飾子とタイプ | メソッドと説明 |
---|---|
Step |
clone() |
protected int |
getTextureIndex()
非推奨です。
Magic value
|
List<Material> |
getTextures()
Retrieve a list of possible textures.
|
boolean |
isInverted()
Test if step is inverted
|
void |
setInverted(boolean inv)
Set step inverted state
|
protected void |
setTextureIndex(int idx)
非推奨です。
Magic value
|
String |
toString() |
getMaterial, setMaterial
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
public Step()
@Deprecated public Step(int type)
type
- the raw type idpublic Step(Material type)
@Deprecated public Step(int type, byte data)
type
- the raw type iddata
- the raw data value@Deprecated public Step(Material type, byte data)
type
- the typedata
- the raw data valuepublic List<Material> getTextures()
TexturedMaterial
getTextures
クラス内 TexturedMaterial
public boolean isInverted()
public void setInverted(boolean inv)
inv
- - true if step is inverted (top half), false if step is
normal (bottom half)@Deprecated protected int getTextureIndex()
TexturedMaterial
getTextureIndex
クラス内 TexturedMaterial
@Deprecated protected void setTextureIndex(int idx)
TexturedMaterial
setTextureIndex
クラス内 TexturedMaterial
idx
- - index of data in textures listpublic Step clone()
clone
クラス内 TexturedMaterial
public String toString()
toString
クラス内 TexturedMaterial
Copyright © 2016. All rights reserved.