程序包 org.bukkit.block

类 DoubleChest

java.lang.Object
org.bukkit.block.DoubleChest
所有已实现的接口:
InventoryHolder

public class DoubleChest extends Object implements InventoryHolder
代表一个大型箱子.
  • 构造器详细资料

  • 方法详细资料

    • getInventory

      public Inventory getInventory()
      从接口复制的说明: InventoryHolder
      获取该对象的用户界面项目.

      原文:Get the object's inventory.

      指定者:
      getInventory 在接口中 InventoryHolder
      返回:
      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()