Class CowVariantKeys
java.lang.Object
fr.fidorial.registry.keys.CowVariantKeys
Typed keys for entries in the
minecraft:cow_variant registry.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<CowVariant> Key forminecraft:cold.static final TypedKey<CowVariant> Key forminecraft:temperate.static final TypedKey<CowVariant> Key forminecraft:warm. -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<TypedKey<CowVariant>> values()Returns a stream containing all keys declared by this class.
-
Field Details
-
COLD
Key forminecraft:cold. -
TEMPERATE
Key forminecraft:temperate. -
WARM
Key forminecraft:warm.
-
-
Method Details
-
values
Returns a stream containing all keys declared by this class.- Returns:
- a stream of registry keys
-