接口 SmithingInventory
Interface to the inventory of a Smithing table.
-
方法概要
从接口继承的方法 org.bukkit.inventory.Inventory
addItem, all, all, clear, clear, contains, contains, contains, contains, containsAtLeast, first, first, firstEmpty, getContents, getHolder, getItem, getLocation, getMaxStackSize, getSize, getStorageContents, getType, getViewers, isEmpty, iterator, iterator, remove, remove, removeItem, setContents, setItem, setMaxStackSize, setStorageContents
从接口继承的方法 java.lang.Iterable
forEach, spliterator
-
方法详细资料
-
getResult
Check what item is in the result slot of this smithing table.- 返回:
- the result item
-
setResult
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
-