Package org.bukkit.block
Class DoubleChest
java.lang.Object
org.bukkit.block.DoubleChest
- All Implemented Interfaces:
- InventoryHolder
Represents a double chest.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the object's inventory.getLeftSide(boolean useSnapshot) getRightSide(boolean useSnapshot) getWorld()doublegetX()doublegetY()doublegetZ()
- 
Constructor Details- 
DoubleChest
 
- 
- 
Method Details- 
getInventoryDescription copied from interface:InventoryHolderGet the object's inventory.- Specified by:
- getInventoryin interface- InventoryHolder
- Returns:
- The inventory.
 
- 
getLeftSide
- 
getRightSide
- 
getLeftSide
- 
getRightSide
- 
getLocation
- 
getWorld
- 
getXpublic double getX()
- 
getYpublic double getY()
- 
getZpublic double getZ()
 
-