Interface BrewerInventory
Interface to the inventory of a Brewing Stand.
-
Method Summary
Modifier and TypeMethodDescriptiongetFuel()Get the current fuel for brewing.Gets the block or entity belonging to the open inventoryGet the current ingredient for brewing.voidSet the current fuel for brewing.voidsetIngredient(@Nullable ItemStack ingredient) Set the current ingredient for brewing.Methods inherited from interface Inventory
addItem, all, all, clear, clear, close, contains, contains, contains, contains, containsAtLeast, first, first, firstEmpty, getContents, getHolder, getItem, getLocation, getMaxStackSize, getSize, getStorageContents, getType, getViewers, isEmpty, iterator, iterator, remove, remove, removeItem, removeItemAnySlot, setContents, setItem, setMaxStackSize, setStorageContentsMethods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
getIngredient
-
setIngredient
-
getFuel
-
setFuel
Set the current fuel for brewing. Generally onlyMaterial.BLAZE_POWDERwill be of use.- Parameters:
fuel- The fuel
-
getHolder
-