org.bukkit.block
Class DoubleChest
java.lang.Object
org.bukkit.block.DoubleChest
- All Implemented Interfaces:
- InventoryHolder
public class DoubleChest
- extends Object
- implements InventoryHolder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleChest
public DoubleChest(DoubleChestInventory chest)
getInventory
public Inventory getInventory()
- Description copied from interface:
InventoryHolder
- Get the object's inventory.
- Specified by:
getInventory
in interface InventoryHolder
- Returns:
- The inventory.
getLeftSide
public InventoryHolder getLeftSide()
getRightSide
public InventoryHolder getRightSide()
getLocation
public Location getLocation()
getWorld
public World getWorld()
getX
public double getX()
getY
public double getY()
getZ
public double getZ()
Copyright © 2013. All Rights Reserved.