Package org.bukkit.inventory
Interface JukeboxInventory
Interface to the inventory of a Jukebox.
- 
Method SummaryMethods inherited from interface org.bukkit.inventory.InventoryaddItem, all, all, clear, clear, contains, contains, contains, contains, containsAtLeast, first, first, firstEmpty, getContents, 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- 
setRecordSet the record in the jukebox.This will immediately start playing the inserted item or stop playing if the item provided is null. - Parameters:
- item- the new record
 
- 
getRecordGet the record in the jukebox.- Returns:
- the current record
 
- 
getHolderDescription copied from interface:InventoryGets the block or entity belonging to the open inventory
 
-