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