Class JukeboxSongKeys

java.lang.Object
io.papermc.paper.registry.keys.JukeboxSongKeys

@GeneratedFrom("1.21.1") @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 Details

    • ELEVEN

      public static final TypedKey<JukeboxSong> ELEVEN
      minecraft:11
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • THIRTEEN

      public static final TypedKey<JukeboxSong> THIRTEEN
      minecraft:13
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • FIVE

      public static final TypedKey<JukeboxSong> FIVE
      minecraft:5
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • BLOCKS

      public static final TypedKey<JukeboxSong> BLOCKS
      minecraft:blocks
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • CAT

      public static final TypedKey<JukeboxSong> CAT
      minecraft:cat
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • CHIRP

      public static final TypedKey<JukeboxSong> CHIRP
      minecraft:chirp
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • CREATOR

      public static final TypedKey<JukeboxSong> CREATOR
      minecraft:creator
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • CREATOR_MUSIC_BOX

      public static final TypedKey<JukeboxSong> CREATOR_MUSIC_BOX
      minecraft:creator_music_box
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • FAR

      public static final TypedKey<JukeboxSong> FAR
      minecraft:far
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • MALL

      public static final TypedKey<JukeboxSong> MALL
      minecraft:mall
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • MELLOHI

      public static final TypedKey<JukeboxSong> MELLOHI
      minecraft:mellohi
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • OTHERSIDE

      public static final TypedKey<JukeboxSong> OTHERSIDE
      minecraft:otherside
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PIGSTEP

      public static final TypedKey<JukeboxSong> PIGSTEP
      minecraft:pigstep
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PRECIPICE

      public static final TypedKey<JukeboxSong> PRECIPICE
      minecraft:precipice
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • RELIC

      public static final TypedKey<JukeboxSong> RELIC
      minecraft:relic
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • STAL

      public static final TypedKey<JukeboxSong> STAL
      minecraft:stal
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • STRAD

      public static final TypedKey<JukeboxSong> STRAD
      minecraft:strad
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • WAIT

      public static final TypedKey<JukeboxSong> WAIT
      minecraft:wait
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • WARD

      public static final TypedKey<JukeboxSong> WARD
      minecraft:ward
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
  • Method Details

    • create

      @Experimental public static @NonNull TypedKey<JukeboxSong> create(@NonNull Key key)
      Creates a key for JukeboxSong in the registry minecraft:jukebox_song.
      Parameters:
      key - the value's key in the registry
      Returns:
      a new typed key