接口 EnchantingInventory

所有超级接口:
Inventory, Iterable<ItemStack>

public interface EnchantingInventory extends Inventory
附魔界面接口
  • 方法详细资料

    • setItem

      void setItem(@Nullable @Nullable ItemStack item)
      设置将被附魔的物品.

      原文:Set the item being enchanted.

      参数:
      item - 将被附魔的物品
    • getItem

      获取将被附魔的物品.

      原文:Get the item being enchanted.

      返回:
      将被附魔的物品.
    • setSecondary

      void setSecondary(@Nullable @Nullable ItemStack item)
      设置将被用于附魔的第二物品(如青金石).

      原文: Set the secondary item being used for the enchant.

      参数:
      item - 将被用于附魔的第二物品
    • getSecondary

      @Nullable @Nullable ItemStack getSecondary()
      获取将被用于附魔的第二物品(如青金石).

      原文: Get the secondary item being used for the enchant.

      返回:
      将被用于附魔的第二物品