Uses of Interface
org.bukkit.JukeboxSong
Packages that use 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
Fields in org.bukkit declared as JukeboxSongModifier 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
Fields in org.bukkit with type parameters of type JukeboxSongModifier and TypeFieldDescriptionstatic final Registry
<JukeboxSong> Registry.JUKEBOX_SONG
Jukebox songs. -
Uses of JukeboxSong in org.bukkit.inventory.meta.components
Methods in org.bukkit.inventory.meta.components that return JukeboxSongModifier and TypeMethodDescriptionJukeboxPlayableComponent.getSong()
Gets the song assigned to this component.Methods in org.bukkit.inventory.meta.components with parameters of type JukeboxSongModifier and TypeMethodDescriptionvoid
JukeboxPlayableComponent.setSong
(JukeboxSong song) Sets the song assigned to this component.