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