Class InstrumentKeys
java.lang.Object
fr.fidorial.registry.keys.InstrumentKeys
Typed keys for entries in the
minecraft:instrument registry.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<Instrument> Key forminecraft:admire_goat_horn.static final TypedKey<Instrument> Key forminecraft:call_goat_horn.static final TypedKey<Instrument> Key forminecraft:dream_goat_horn.static final TypedKey<Instrument> Key forminecraft:feel_goat_horn.static final TypedKey<Instrument> Key forminecraft:ponder_goat_horn.static final TypedKey<Instrument> Key forminecraft:seek_goat_horn.static final TypedKey<Instrument> Key forminecraft:sing_goat_horn.static final TypedKey<Instrument> Key forminecraft:yearn_goat_horn. -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<TypedKey<Instrument>> values()Returns a stream containing all keys declared by this class.
-
Field Details
-
ADMIRE_GOAT_HORN
Key forminecraft:admire_goat_horn. -
CALL_GOAT_HORN
Key forminecraft:call_goat_horn. -
DREAM_GOAT_HORN
Key forminecraft:dream_goat_horn. -
FEEL_GOAT_HORN
Key forminecraft:feel_goat_horn. -
PONDER_GOAT_HORN
Key forminecraft:ponder_goat_horn. -
SEEK_GOAT_HORN
Key forminecraft:seek_goat_horn. -
SING_GOAT_HORN
Key forminecraft:sing_goat_horn. -
YEARN_GOAT_HORN
Key forminecraft:yearn_goat_horn.
-
-
Method Details
-
values
Returns a stream containing all keys declared by this class.- Returns:
- a stream of registry keys
-