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