InventoryHolderpublic class DoubleChest extends java.lang.Object implements InventoryHolder
| Constructor | Description |
|---|---|
DoubleChest(DoubleChestInventory chest) |
| Modifier and Type | Method | Description |
|---|---|---|
Inventory |
getInventory() |
Get the object's inventory.
|
InventoryHolder |
getLeftSide() |
|
Location |
getLocation() |
|
InventoryHolder |
getRightSide() |
|
World |
getWorld() |
|
double |
getX() |
|
double |
getY() |
|
double |
getZ() |
public DoubleChest(DoubleChestInventory chest)
public Inventory getInventory()
InventoryHoldergetInventory in interface InventoryHolderpublic InventoryHolder getLeftSide()
public InventoryHolder getRightSide()
public Location getLocation()
public World getWorld()
public double getX()
public double getY()
public double getZ()
Copyright © 2018. All rights reserved.