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 io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return JukeboxSongMethods in io.papermc.paper.datacomponent.item with parameters of type JukeboxSongModifier and TypeMethodDescriptionstatic JukeboxPlayable.Builder
JukeboxPlayable.jukeboxPlayable
(JukeboxSong song) JukeboxPlayable.Builder.jukeboxSong
(JukeboxSong song) Sets the jukebox song. -
Uses of JukeboxSong in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type JukeboxSongModifier and TypeFieldDescriptionstatic final RegistryKey
<JukeboxSong> RegistryKey.JUKEBOX_SONG
Data-driven registry for jukebox songs. -
Uses of JukeboxSong in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type JukeboxSongModifier 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
Methods in io.papermc.paper.registry.keys that return types with arguments of type JukeboxSongModifier and TypeMethodDescriptionstatic TypedKey
<JukeboxSong> Creates a key forJukeboxSong
in the registryminecraft:jukebox_song
. -
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
Deprecated. -
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
(@NotNull JukeboxSong song) Sets the song assigned to this component.
RegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey)
withRegistryKey.JUKEBOX_SONG