Package org.bukkit.block
Class DoubleChest
java.lang.Object
org.bukkit.block.DoubleChest
- All Implemented Interfaces:
InventoryHolder
Represents a double chest.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the object's inventory.getLeftSide
(boolean useSnapshot) getRightSide
(boolean useSnapshot) getWorld()
double
getX()
double
getY()
double
getZ()
-
Constructor Details
-
DoubleChest
-
-
Method Details
-
getInventory
Description copied from interface:InventoryHolder
Get the object's inventory.- Specified by:
getInventory
in interfaceInventoryHolder
- Returns:
- The inventory.
-
getLeftSide
-
getRightSide
-
getLeftSide
-
getRightSide
-
getLocation
-
getWorld
-
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ()
-