Class CatVariantKeys
java.lang.Object
fr.fidorial.registry.keys.CatVariantKeys
Typed keys for entries in the
minecraft:cat_variant registry.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<CatVariant> Key forminecraft:all_black.static final TypedKey<CatVariant> Key forminecraft:black.static final TypedKey<CatVariant> Key forminecraft:british_shorthair.static final TypedKey<CatVariant> Key forminecraft:calico.static final TypedKey<CatVariant> Key forminecraft:jellie.static final TypedKey<CatVariant> Key forminecraft:persian.static final TypedKey<CatVariant> Key forminecraft:ragdoll.static final TypedKey<CatVariant> Key forminecraft:red.static final TypedKey<CatVariant> Key forminecraft:siamese.static final TypedKey<CatVariant> Key forminecraft:tabby.static final TypedKey<CatVariant> Key forminecraft:white. -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<TypedKey<CatVariant>> values()Returns a stream containing all keys declared by this class.
-
Field Details
-
ALL_BLACK
Key forminecraft:all_black. -
BLACK
Key forminecraft:black. -
BRITISH_SHORTHAIR
Key forminecraft:british_shorthair. -
CALICO
Key forminecraft:calico. -
JELLIE
Key forminecraft:jellie. -
PERSIAN
Key forminecraft:persian. -
RAGDOLL
Key forminecraft:ragdoll. -
RED
Key forminecraft:red. -
SIAMESE
Key forminecraft:siamese. -
TABBY
Key forminecraft:tabby. -
WHITE
Key forminecraft:white.
-
-
Method Details
-
values
Returns a stream containing all keys declared by this class.- Returns:
- a stream of registry keys
-