Uses of Interface
org.bukkit.entity.Cow.SoundVariant
Packages that use Cow.SoundVariant
Package
Description
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc.-
Uses of Cow.SoundVariant in io.papermc.paper.datacomponent
Fields in io.papermc.paper.datacomponent with type parameters of type Cow.SoundVariantModifier and TypeFieldDescriptionstatic final DataComponentType.Valued<Cow.SoundVariant> DataComponentTypes.COW_SOUND_VARIANT -
Uses of Cow.SoundVariant in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type Cow.SoundVariantModifier and TypeFieldDescriptionstatic final RegistryKey<Cow.SoundVariant> RegistryKey.COW_SOUND_VARIANTData-driven registry for cow sound variants. -
Uses of Cow.SoundVariant in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type Cow.SoundVariantModifier and TypeFieldDescriptionstatic final TypedKey<Cow.SoundVariant> CowSoundVariantKeys.CLASSICminecraft:classicstatic final TypedKey<Cow.SoundVariant> CowSoundVariantKeys.MOODYminecraft:moodyMethods in io.papermc.paper.registry.keys that return types with arguments of type Cow.SoundVariantModifier and TypeMethodDescriptionstatic TypedKey<Cow.SoundVariant> Creates a typed key forCow.SoundVariantin the registryminecraft:cow_sound_variant. -
Uses of Cow.SoundVariant in org.bukkit.entity
Fields in org.bukkit.entity declared as Cow.SoundVariantModifier and TypeFieldDescriptionstatic final Cow.SoundVariantCow.SoundVariant.CLASSICstatic final Cow.SoundVariantCow.SoundVariant.MOODYMethods in org.bukkit.entity that return Cow.SoundVariantMethods in org.bukkit.entity with parameters of type Cow.SoundVariantModifier and TypeMethodDescriptionvoidCow.setSoundVariant(Cow.SoundVariant variant) Set the sound variant of this cow.