Uses of Interface
org.bukkit.entity.Cat.SoundVariant
Packages that use Cat.SoundVariant
Package
Description
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc.-
Uses of Cat.SoundVariant in io.papermc.paper.datacomponent
Fields in io.papermc.paper.datacomponent with type parameters of type Cat.SoundVariantModifier and TypeFieldDescriptionstatic final DataComponentType.Valued<Cat.SoundVariant> DataComponentTypes.CAT_SOUND_VARIANT -
Uses of Cat.SoundVariant in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type Cat.SoundVariantModifier and TypeFieldDescriptionstatic final RegistryKey<Cat.SoundVariant> RegistryKey.CAT_SOUND_VARIANTData-driven registry for cat sound variants. -
Uses of Cat.SoundVariant in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type Cat.SoundVariantModifier and TypeFieldDescriptionstatic final TypedKey<Cat.SoundVariant> CatSoundVariantKeys.CLASSICminecraft:classicstatic final TypedKey<Cat.SoundVariant> CatSoundVariantKeys.ROYALminecraft:royalMethods in io.papermc.paper.registry.keys that return types with arguments of type Cat.SoundVariantModifier and TypeMethodDescriptionstatic TypedKey<Cat.SoundVariant> Creates a typed key forCat.SoundVariantin the registryminecraft:cat_sound_variant. -
Uses of Cat.SoundVariant in org.bukkit.entity
Fields in org.bukkit.entity declared as Cat.SoundVariantModifier and TypeFieldDescriptionstatic final Cat.SoundVariantCat.SoundVariant.CLASSICstatic final Cat.SoundVariantCat.SoundVariant.ROYALMethods in org.bukkit.entity that return Cat.SoundVariantMethods in org.bukkit.entity with parameters of type Cat.SoundVariantModifier and TypeMethodDescriptionvoidCat.setSoundVariant(@NotNull Cat.SoundVariant variant) Set the sound variant of this cat.