public class Ladder extends SimpleAttachableMaterialData
| コンストラクタと説明 |
|---|
Ladder() |
Ladder(int type)
非推奨です。
Magic value
|
Ladder(int type,
byte data)
非推奨です。
Magic value
|
Ladder(Material type) |
Ladder(Material type,
byte data)
非推奨です。
Magic value
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Ladder |
clone() |
BlockFace |
getAttachedFace()
Gets the face that this block is attached on
|
void |
setFacingDirection(BlockFace face)
Sets the direction this ladder is facing
|
getFacing, toStringequals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic Ladder()
@Deprecated public Ladder(int type)
type - the raw type idpublic Ladder(Material type)
@Deprecated public Ladder(int type, byte data)
type - the raw type iddata - the raw data value@Deprecated public Ladder(Material type, byte data)
type - the typedata - the raw data valuepublic BlockFace getAttachedFace()
public void setFacingDirection(BlockFace face)
face - The facing directionpublic Ladder clone()
clone クラス内 SimpleAttachableMaterialDataCopyright © 2016. All rights reserved.