|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bukkit.material.MaterialData org.bukkit.material.DirectionalContainer org.bukkit.material.EnderChest
public class EnderChest
Represents an ender chest
Constructor Summary | |
---|---|
EnderChest()
|
|
EnderChest(BlockFace direction)
Instantiate an ender chest facing in a particular direction. |
|
EnderChest(int type)
Deprecated. Magic value |
|
EnderChest(int type,
byte data)
Deprecated. Magic value |
|
EnderChest(Material type)
|
|
EnderChest(Material type,
byte data)
Deprecated. Magic value |
Method Summary | |
---|---|
EnderChest |
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 EnderChest()
public EnderChest(BlockFace direction)
direction
- the direction the ender chest's lid opens towards@Deprecated public EnderChest(int type)
public EnderChest(Material type)
@Deprecated public EnderChest(int type, byte data)
@Deprecated public EnderChest(Material type, byte data)
Method Detail |
---|
public EnderChest clone()
clone
in class DirectionalContainer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |