Package org.bukkit.inventory
Interface BeaconInventory
Interface to the inventory of a Beacon.
- 
Method SummaryMethods inherited from interface org.bukkit.inventory.InventoryaddItem, 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, setStorageContentsMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Method Details- 
setItemSet the item powering the beacon.- Parameters:
- item- The new item
 
- 
getItemGet the item powering the beacon.- Returns:
- The current item.
 
 
-