public class Gate extends MaterialData implements Directional, Openable
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Gate |
clone() |
BlockFace |
getFacing()
Gets the direction this block is facing
|
boolean |
isOpen()
Check to see if the door is open.
|
void |
setFacingDirection(BlockFace face)
Sets the direction that this block is facing in
|
void |
setOpen(boolean isOpen)
Configure this door to be either open or closed;
|
String |
toString() |
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic void setFacingDirection(BlockFace face)
DirectionalsetFacingDirection インタフェース内 Directionalface - The facing directionpublic BlockFace getFacing()
DirectionalgetFacing インタフェース内 Directionalpublic boolean isOpen()
Openablepublic void setOpen(boolean isOpen)
Openablepublic String toString()
toString クラス内 MaterialDatapublic Gate clone()
clone クラス内 MaterialDataCopyright © 2016. All rights reserved.