接口 ItemFrame

所有超级接口:
Attachable, CommandSender, Directional, Entity, Hanging, Metadatable, Nameable, Permissible, ServerOperator

public interface ItemFrame extends Hanging
代表物品展示框.
  • 方法详细资料

    • getItem

      ItemStack getItem()
      获取在展示框内的物品.

      原文:Get the item in this frame

      返回:
      展示框内的物品
    • setItem

      void setItem(ItemStack item)
      设置在展示框内的物品.

      原文:Set the item in this frame

      参数:
      item - 新的物品
    • getRotation

      Rotation getRotation()
      获取展示框内物品的旋转角度.

      原文:Get the rotation of the frame's item

      返回:
      旋转角度
    • setRotation

      void setRotation(Rotation rotation) throws IllegalArgumentException
      设置展示框内物品的旋转角度.

      原文:Set the rotation of the frame's item

      参数:
      rotation - 新的旋转角度
      抛出:
      IllegalArgumentException - 如果旋转角度为null