Bukkit-API
1.7.9-R0.2
The inofficial Bukkit-API
|
Public Member Functions | |
DoubleChest (DoubleChestInventory chest) | |
Inventory | getInventory () |
InventoryHolder | getLeftSide () |
InventoryHolder | getRightSide () |
Location | getLocation () |
World | getWorld () |
double | getX () |
double | getY () |
double | getZ () |
Represents a double chest.
Definition at line 12 of file DoubleChest.java.
Inventory org.bukkit.block.DoubleChest.getInventory | ( | ) |
Get the object's inventory.
Implements org.bukkit.inventory.InventoryHolder.
Definition at line 19 of file DoubleChest.java.