Package io.papermc.paper.registry.keys
Class JukeboxSongKeys
java.lang.Object
io.papermc.paper.registry.keys.JukeboxSongKeys
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
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<JukeboxSong> minecraft:blocksstatic final TypedKey<JukeboxSong> minecraft:catstatic final TypedKey<JukeboxSong> minecraft:chirpstatic final TypedKey<JukeboxSong> minecraft:creatorstatic final TypedKey<JukeboxSong> minecraft:creator_music_boxstatic final TypedKey<JukeboxSong> minecraft:11static final TypedKey<JukeboxSong> minecraft:farstatic final TypedKey<JukeboxSong> minecraft:5static final TypedKey<JukeboxSong> minecraft:lava_chickenstatic final TypedKey<JukeboxSong> minecraft:mallstatic final TypedKey<JukeboxSong> minecraft:mellohistatic final TypedKey<JukeboxSong> minecraft:othersidestatic final TypedKey<JukeboxSong> minecraft:pigstepstatic final TypedKey<JukeboxSong> minecraft:precipicestatic final TypedKey<JukeboxSong> minecraft:relicstatic final TypedKey<JukeboxSong> minecraft:stalstatic final TypedKey<JukeboxSong> minecraft:stradstatic final TypedKey<JukeboxSong> minecraft:tearsstatic final TypedKey<JukeboxSong> minecraft:13static final TypedKey<JukeboxSong> minecraft:waitstatic final TypedKey<JukeboxSong> minecraft:ward -
Method Summary
Modifier and TypeMethodDescriptionstatic TypedKey<JukeboxSong> Creates a typed key forJukeboxSongin 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
-
LAVA_CHICKEN
minecraft:lava_chicken- 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
-
TEARS
minecraft:tears- 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 typed key forJukeboxSongin the registryminecraft:jukebox_song.- Parameters:
key- the value's key in the registry- Returns:
- a new typed key
-