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