BlockState, Metadatable, PersistentDataHolder, TileStatepublic interface Jukebox extends TileState
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | eject() | Stops the jukebox playing and ejects the current record. | 
| Material | getPlaying() | Gets the record inserted into the jukebox. | 
| ItemStack | getRecord() | Gets the record item inserted into the jukebox. | 
| boolean | isPlaying() | Checks if the jukebox is playing a record. | 
| void | setPlaying(Material record) | Sets the record being played. | 
| void | setRecord(ItemStack record) | Sets the record being played. | 
| void | stopPlaying() | Stops the jukebox playing without ejecting the record. | 
getBlock, getBlockData, getChunk, getData, getLightLevel, getLocation, getLocation, getRawData, getType, getWorld, getX, getY, getZ, isPlaced, setBlockData, setData, setRawData, setType, update, update, updategetMetadata, hasMetadata, removeMetadata, setMetadatagetPersistentDataContainer@NotNull Material getPlaying()
void setPlaying(@Nullable Material record)
record - The record Material, or null/AIR to stop playing@NotNull ItemStack getRecord()
void setRecord(@Nullable ItemStack record)
record - the record to insert or null/AIR to emptyboolean isPlaying()
void stopPlaying()
boolean eject()
If the block represented by this state is no longer a jukebox, this will do nothing and return false.
IllegalStateException - if this block state is not placedCopyright © 2020. All rights reserved.