Package org.bukkit.inventory
Interface JukeboxInventory
Interface to the inventory of a Jukebox.
-
Method Summary
Methods inherited from interface org.bukkit.inventory.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, setStorageContents
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
setRecord
Set 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
-
getRecord
Get the record in the jukebox.- Returns:
- the current record
-
getHolder
Description copied from interface:Inventory
Gets the block or entity belonging to the open inventory
-