接口 SmithingInventory

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

public interface SmithingInventory extends Inventory
Interface to the inventory of a Smithing table.
  • 方法详细资料

    • getResult

      Check what item is in the result slot of this smithing table.
      返回:
      the result item
    • setResult

      void setResult(@Nullable @Nullable ItemStack newResult)
      Set the item in the result slot of the smithing table
      参数:
      newResult - the new result item
    • getRecipe

      Get the current recipe formed on the smithing table, if any.
      返回:
      the recipe, or null if the current contents don't match any recipe