public class DoubleChest extends java.lang.Object implements InventoryHolder
构造器和说明 |
---|
DoubleChest(DoubleChestInventory chest) |
限定符和类型 | 方法和说明 |
---|---|
Inventory |
getInventory()
获取该对象的用户界面项目.
|
InventoryHolder |
getLeftSide() |
Location |
getLocation() |
InventoryHolder |
getRightSide() |
World |
getWorld() |
double |
getX() |
double |
getY() |
double |
getZ() |
public DoubleChest(DoubleChestInventory chest)
public Inventory getInventory()
InventoryHolder
原文:Get the object's inventory.
getInventory
在接口中 InventoryHolder
public InventoryHolder getLeftSide()
public InventoryHolder getRightSide()
public Location getLocation()
public World getWorld()
public double getX()
public double getY()
public double getZ()