Class JukeboxSongKeys
java.lang.Object
fr.fidorial.registry.keys.JukeboxSongKeys
Typed keys for entries in the
minecraft:jukebox_song registry.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<JukeboxSong> Key forminecraft:11.static final TypedKey<JukeboxSong> Key forminecraft:13.static final TypedKey<JukeboxSong> Key forminecraft:5.static final TypedKey<JukeboxSong> Key forminecraft:blocks.static final TypedKey<JukeboxSong> Key forminecraft:bounce.static final TypedKey<JukeboxSong> Key forminecraft:cat.static final TypedKey<JukeboxSong> Key forminecraft:chirp.static final TypedKey<JukeboxSong> Key forminecraft:creator.static final TypedKey<JukeboxSong> Key forminecraft:creator_music_box.static final TypedKey<JukeboxSong> Key forminecraft:far.static final TypedKey<JukeboxSong> Key forminecraft:lava_chicken.static final TypedKey<JukeboxSong> Key forminecraft:mall.static final TypedKey<JukeboxSong> Key forminecraft:mellohi.static final TypedKey<JukeboxSong> Key forminecraft:otherside.static final TypedKey<JukeboxSong> Key forminecraft:pigstep.static final TypedKey<JukeboxSong> Key forminecraft:precipice.static final TypedKey<JukeboxSong> Key forminecraft:relic.static final TypedKey<JukeboxSong> Key forminecraft:stal.static final TypedKey<JukeboxSong> Key forminecraft:strad.static final TypedKey<JukeboxSong> Key forminecraft:tears.static final TypedKey<JukeboxSong> Key forminecraft:wait.static final TypedKey<JukeboxSong> Key forminecraft:ward. -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<TypedKey<JukeboxSong>> values()Returns a stream containing all keys declared by this class.
-
Field Details
-
_11
Key forminecraft:11. -
_13
Key forminecraft:13. -
_5
Key forminecraft:5. -
BLOCKS
Key forminecraft:blocks. -
BOUNCE
Key forminecraft:bounce. -
CAT
Key forminecraft:cat. -
CHIRP
Key forminecraft:chirp. -
CREATOR
Key forminecraft:creator. -
CREATOR_MUSIC_BOX
Key forminecraft:creator_music_box. -
FAR
Key forminecraft:far. -
LAVA_CHICKEN
Key forminecraft:lava_chicken. -
MALL
Key forminecraft:mall. -
MELLOHI
Key forminecraft:mellohi. -
OTHERSIDE
Key forminecraft:otherside. -
PIGSTEP
Key forminecraft:pigstep. -
PRECIPICE
Key forminecraft:precipice. -
RELIC
Key forminecraft:relic. -
STAL
Key forminecraft:stal. -
STRAD
Key forminecraft:strad. -
TEARS
Key forminecraft:tears. -
WAIT
Key forminecraft:wait. -
WARD
Key forminecraft:ward.
-
-
Method Details
-
values
Returns a stream containing all keys declared by this class.- Returns:
- a stream of registry keys
-