|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bukkit.material.MaterialData
org.bukkit.material.DirectionalContainer
public class DirectionalContainer
Represents a furnace or a dispenser.
| Constructor Summary | |
|---|---|
DirectionalContainer(int type)
Deprecated. Magic value |
|
DirectionalContainer(int type,
byte data)
Deprecated. Magic value |
|
DirectionalContainer(Material type)
|
|
DirectionalContainer(Material type,
byte data)
Deprecated. Magic value |
|
| Method Summary | |
|---|---|
DirectionalContainer |
clone()
|
BlockFace |
getFacing()
Gets the direction this block is facing |
void |
setFacingDirection(BlockFace face)
Sets the direction that this block is facing in |
String |
toString()
|
| Methods inherited from class org.bukkit.material.MaterialData |
|---|
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public DirectionalContainer(int type)
public DirectionalContainer(Material type)
@Deprecated
public DirectionalContainer(int type,
byte data)
@Deprecated
public DirectionalContainer(Material type,
byte data)
| Method Detail |
|---|
public void setFacingDirection(BlockFace face)
Directional
setFacingDirection in interface Directionalface - The facing directionpublic BlockFace getFacing()
Directional
getFacing in interface Directionalpublic String toString()
toString in class MaterialDatapublic DirectionalContainer clone()
clone in class MaterialData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||