Class InstrumentKeys

java.lang.Object
fr.fidorial.registry.keys.InstrumentKeys

public final class InstrumentKeys extends Object
Typed keys for entries in the minecraft:instrument registry.
  • Field Details

    • ADMIRE_GOAT_HORN

      public static final TypedKey<Instrument> ADMIRE_GOAT_HORN
      Key for minecraft:admire_goat_horn.
    • CALL_GOAT_HORN

      public static final TypedKey<Instrument> CALL_GOAT_HORN
      Key for minecraft:call_goat_horn.
    • DREAM_GOAT_HORN

      public static final TypedKey<Instrument> DREAM_GOAT_HORN
      Key for minecraft:dream_goat_horn.
    • FEEL_GOAT_HORN

      public static final TypedKey<Instrument> FEEL_GOAT_HORN
      Key for minecraft:feel_goat_horn.
    • PONDER_GOAT_HORN

      public static final TypedKey<Instrument> PONDER_GOAT_HORN
      Key for minecraft:ponder_goat_horn.
    • SEEK_GOAT_HORN

      public static final TypedKey<Instrument> SEEK_GOAT_HORN
      Key for minecraft:seek_goat_horn.
    • SING_GOAT_HORN

      public static final TypedKey<Instrument> SING_GOAT_HORN
      Key for minecraft:sing_goat_horn.
    • YEARN_GOAT_HORN

      public static final TypedKey<Instrument> YEARN_GOAT_HORN
      Key for minecraft:yearn_goat_horn.
  • Method Details

    • values

      public static Stream<TypedKey<Instrument>> values()
      Returns a stream containing all keys declared by this class.
      Returns:
      a stream of registry keys