Class WolfSoundVariantKeys
java.lang.Object
fr.fidorial.registry.keys.WolfSoundVariantKeys
Typed keys for entries in the
minecraft:wolf_sound_variant registry.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<WolfSoundVariant> Key forminecraft:angry.static final TypedKey<WolfSoundVariant> Key forminecraft:big.static final TypedKey<WolfSoundVariant> Key forminecraft:classic.static final TypedKey<WolfSoundVariant> Key forminecraft:cute.static final TypedKey<WolfSoundVariant> Key forminecraft:grumpy.static final TypedKey<WolfSoundVariant> Key forminecraft:puglin.static final TypedKey<WolfSoundVariant> Key forminecraft:sad. -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<TypedKey<WolfSoundVariant>> values()Returns a stream containing all keys declared by this class.
-
Field Details
-
ANGRY
Key forminecraft:angry. -
BIG
Key forminecraft:big. -
CLASSIC
Key forminecraft:classic. -
CUTE
Key forminecraft:cute. -
GRUMPY
Key forminecraft:grumpy. -
PUGLIN
Key forminecraft:puglin. -
SAD
Key forminecraft:sad.
-
-
Method Details
-
values
Returns a stream containing all keys declared by this class.- Returns:
- a stream of registry keys
-