Uses of Interface
org.bukkit.entity.Chicken.SoundVariant
Packages that use Chicken.SoundVariant
Package
Description
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc.-
Uses of Chicken.SoundVariant in io.papermc.paper.datacomponent
Fields in io.papermc.paper.datacomponent with type parameters of type Chicken.SoundVariantModifier and TypeFieldDescriptionstatic final DataComponentType.Valued<Chicken.SoundVariant> DataComponentTypes.CHICKEN_SOUND_VARIANT -
Uses of Chicken.SoundVariant in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type Chicken.SoundVariantModifier and TypeFieldDescriptionstatic final RegistryKey<Chicken.SoundVariant> RegistryKey.CHICKEN_SOUND_VARIANTData-driven registry for chicken sound variants. -
Uses of Chicken.SoundVariant in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type Chicken.SoundVariantModifier and TypeFieldDescriptionstatic final TypedKey<Chicken.SoundVariant> ChickenSoundVariantKeys.CLASSICminecraft:classicstatic final TypedKey<Chicken.SoundVariant> ChickenSoundVariantKeys.PICKYminecraft:pickyMethods in io.papermc.paper.registry.keys that return types with arguments of type Chicken.SoundVariantModifier and TypeMethodDescriptionstatic TypedKey<Chicken.SoundVariant> Creates a typed key forChicken.SoundVariantin the registryminecraft:chicken_sound_variant. -
Uses of Chicken.SoundVariant in org.bukkit.entity
Fields in org.bukkit.entity declared as Chicken.SoundVariantModifier and TypeFieldDescriptionstatic final Chicken.SoundVariantChicken.SoundVariant.CLASSICstatic final Chicken.SoundVariantChicken.SoundVariant.PICKYMethods in org.bukkit.entity that return Chicken.SoundVariantModifier and TypeMethodDescriptionChicken.getSoundVariant()Get the sound variant of this chicken.Methods in org.bukkit.entity with parameters of type Chicken.SoundVariantModifier and TypeMethodDescriptionvoidChicken.setSoundVariant(Chicken.SoundVariant variant) Set the sound variant of this chicken.