Class ChickenSoundVariantKeys
java.lang.Object
fr.fidorial.registry.keys.ChickenSoundVariantKeys
Typed keys for entries in the
minecraft:chicken_sound_variant registry.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<ChickenSoundVariant> Key forminecraft:classic.static final TypedKey<ChickenSoundVariant> Key forminecraft:picky. -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<TypedKey<ChickenSoundVariant>> values()Returns a stream containing all keys declared by this class.
-
Field Details
-
CLASSIC
Key forminecraft:classic. -
PICKY
Key forminecraft:picky.
-
-
Method Details
-
values
Returns a stream containing all keys declared by this class.- Returns:
- a stream of registry keys
-