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 io.papermc.paper.registry
Modifier and TypeFieldDescriptionstatic final RegistryKey
<JukeboxSong> RegistryKey.JUKEBOX_SONG
Data-driven registry for jukebox songs. -
Uses of JukeboxSong in io.papermc.paper.registry.keys
Modifier and TypeFieldDescriptionstatic final TypedKey
<JukeboxSong> JukeboxSongKeys.BLOCKS
minecraft:blocks
static final TypedKey
<JukeboxSong> JukeboxSongKeys.CAT
minecraft:cat
static final TypedKey
<JukeboxSong> JukeboxSongKeys.CHIRP
minecraft:chirp
static final TypedKey
<JukeboxSong> JukeboxSongKeys.CREATOR
minecraft:creator
static final TypedKey
<JukeboxSong> JukeboxSongKeys.CREATOR_MUSIC_BOX
minecraft:creator_music_box
static final TypedKey
<JukeboxSong> JukeboxSongKeys.ELEVEN
minecraft:11
static final TypedKey
<JukeboxSong> JukeboxSongKeys.FAR
minecraft:far
static final TypedKey
<JukeboxSong> JukeboxSongKeys.FIVE
minecraft:5
static final TypedKey
<JukeboxSong> JukeboxSongKeys.MALL
minecraft:mall
static final TypedKey
<JukeboxSong> JukeboxSongKeys.MELLOHI
minecraft:mellohi
static final TypedKey
<JukeboxSong> JukeboxSongKeys.OTHERSIDE
minecraft:otherside
static final TypedKey
<JukeboxSong> JukeboxSongKeys.PIGSTEP
minecraft:pigstep
static final TypedKey
<JukeboxSong> JukeboxSongKeys.PRECIPICE
minecraft:precipice
static final TypedKey
<JukeboxSong> JukeboxSongKeys.RELIC
minecraft:relic
static final TypedKey
<JukeboxSong> JukeboxSongKeys.STAL
minecraft:stal
static final TypedKey
<JukeboxSong> JukeboxSongKeys.STRAD
minecraft:strad
static final TypedKey
<JukeboxSong> JukeboxSongKeys.THIRTEEN
minecraft:13
static final TypedKey
<JukeboxSong> JukeboxSongKeys.WAIT
minecraft:wait
static final TypedKey
<JukeboxSong> JukeboxSongKeys.WARD
minecraft:ward
Modifier and TypeMethodDescriptionstatic @NonNull TypedKey
<JukeboxSong> Creates a key forJukeboxSong
in the registryminecraft:jukebox_song
. -
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
Deprecated. -
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
(@NotNull JukeboxSong song) Sets the song assigned to this component.
RegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey)
withRegistryKey.JUKEBOX_SONG