Package io.papermc.paper.registry.keys
Class JukeboxSongKeys
java.lang.Object
io.papermc.paper.registry.keys.JukeboxSongKeys
@GeneratedFrom("1.21.3")
@NullMarked
@Experimental
public final class JukeboxSongKeys
extends Object
Vanilla keys for
RegistryKey.JUKEBOX_SONG
.- API Note:
- The fields provided here are a direct representation of what is available from the vanilla game source. They may be changed (including removals) on any Minecraft version bump, so cross-version compatibility is not provided on the same level as it is on most of the other API.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TypedKey
<JukeboxSong> minecraft:blocks
static final TypedKey
<JukeboxSong> minecraft:cat
static final TypedKey
<JukeboxSong> minecraft:chirp
static final TypedKey
<JukeboxSong> minecraft:creator
static final TypedKey
<JukeboxSong> minecraft:creator_music_box
static final TypedKey
<JukeboxSong> minecraft:11
static final TypedKey
<JukeboxSong> minecraft:far
static final TypedKey
<JukeboxSong> minecraft:5
static final TypedKey
<JukeboxSong> minecraft:mall
static final TypedKey
<JukeboxSong> minecraft:mellohi
static final TypedKey
<JukeboxSong> minecraft:otherside
static final TypedKey
<JukeboxSong> minecraft:pigstep
static final TypedKey
<JukeboxSong> minecraft:precipice
static final TypedKey
<JukeboxSong> minecraft:relic
static final TypedKey
<JukeboxSong> minecraft:stal
static final TypedKey
<JukeboxSong> minecraft:strad
static final TypedKey
<JukeboxSong> minecraft:13
static final TypedKey
<JukeboxSong> minecraft:wait
static final TypedKey
<JukeboxSong> minecraft:ward
-
Method Summary
Modifier and TypeMethodDescriptionstatic TypedKey
<JukeboxSong> Creates a key forJukeboxSong
in the registryminecraft:jukebox_song
.
-
Field Details
-
ELEVEN
minecraft:11
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
THIRTEEN
minecraft:13
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FIVE
minecraft:5
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
BLOCKS
minecraft:blocks
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CAT
minecraft:cat
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CHIRP
minecraft:chirp
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CREATOR
minecraft:creator
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CREATOR_MUSIC_BOX
minecraft:creator_music_box
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FAR
minecraft:far
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
MALL
minecraft:mall
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
MELLOHI
minecraft:mellohi
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
OTHERSIDE
minecraft:otherside
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
PIGSTEP
minecraft:pigstep
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
PRECIPICE
minecraft:precipice
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
RELIC
minecraft:relic
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STAL
minecraft:stal
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STRAD
minecraft:strad
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
WAIT
minecraft:wait
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
WARD
minecraft:ward
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
-
Method Details
-
create
Creates a key forJukeboxSong
in the registryminecraft:jukebox_song
.- Parameters:
key
- the value's key in the registry- Returns:
- a new typed key
-