|
||||||||||
| 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
org.bukkit.material.Chest
public class Chest
Represents a chest
| Constructor Summary | |
|---|---|
Chest()
|
|
Chest(BlockFace direction)
Instantiate a chest facing in a particular direction. |
|
Chest(int type)
Deprecated. Magic value |
|
Chest(int type,
byte data)
Deprecated. Magic value |
|
Chest(Material type)
|
|
Chest(Material type,
byte data)
Deprecated. Magic value |
|
| Method Summary | |
|---|---|
Chest |
clone()
|
| Methods inherited from class org.bukkit.material.DirectionalContainer |
|---|
getFacing, setFacingDirection, 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 |
|---|
public Chest()
public Chest(BlockFace direction)
direction - the direction the chest's lit opens towards@Deprecated public Chest(int type)
public Chest(Material type)
@Deprecated
public Chest(int type,
byte data)
@Deprecated
public Chest(Material type,
byte data)
| Method Detail |
|---|
public Chest clone()
clone in class DirectionalContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||