Uses of Interface
org.bukkit.JukeboxSong
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Isolated components which may form part of item meta.
-
Uses of JukeboxSong in org.bukkit
Modifier and TypeFieldDescriptionstatic final JukeboxSong
JukeboxSong.BLOCKS
static final JukeboxSong
JukeboxSong.CAT
static final JukeboxSong
JukeboxSong.CHIRP
static final JukeboxSong
JukeboxSong.CREATOR
static final JukeboxSong
JukeboxSong.CREATOR_MUSIC_BOX
static final JukeboxSong
JukeboxSong.ELEVEN
static final JukeboxSong
JukeboxSong.FAR
static final JukeboxSong
JukeboxSong.FIVE
static final JukeboxSong
JukeboxSong.MALL
static final JukeboxSong
JukeboxSong.MELLOHI
static final JukeboxSong
JukeboxSong.OTHERSIDE
static final JukeboxSong
JukeboxSong.PIGSTEP
static final JukeboxSong
JukeboxSong.PRECIPICE
static final JukeboxSong
JukeboxSong.RELIC
static final JukeboxSong
JukeboxSong.STAL
static final JukeboxSong
JukeboxSong.STRAD
static final JukeboxSong
JukeboxSong.THIRTEEN
static final JukeboxSong
JukeboxSong.WAIT
static final JukeboxSong
JukeboxSong.WARD
Modifier and TypeFieldDescriptionstatic final Registry
<JukeboxSong> Registry.JUKEBOX_SONG
Jukebox songs. -
Uses of JukeboxSong in org.bukkit.inventory.meta.components
Modifier and TypeMethodDescriptionJukeboxPlayableComponent.getSong()
Gets the song assigned to this component.Modifier and TypeMethodDescriptionvoid
JukeboxPlayableComponent.setSong
(JukeboxSong song) Sets the song assigned to this component.