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