Uses of Interface
org.bukkit.entity.Pig.SoundVariant
Packages that use Pig.SoundVariant
Package
Description
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc.-
Uses of Pig.SoundVariant in io.papermc.paper.datacomponent
Fields in io.papermc.paper.datacomponent with type parameters of type Pig.SoundVariantModifier and TypeFieldDescriptionstatic final DataComponentType.Valued<Pig.SoundVariant> DataComponentTypes.PIG_SOUND_VARIANT -
Uses of Pig.SoundVariant in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type Pig.SoundVariantModifier and TypeFieldDescriptionstatic final RegistryKey<Pig.SoundVariant> RegistryKey.PIG_SOUND_VARIANTData-driven registry for pig sound variants. -
Uses of Pig.SoundVariant in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type Pig.SoundVariantModifier and TypeFieldDescriptionstatic final TypedKey<Pig.SoundVariant> PigSoundVariantKeys.BIGminecraft:bigstatic final TypedKey<Pig.SoundVariant> PigSoundVariantKeys.CLASSICminecraft:classicstatic final TypedKey<Pig.SoundVariant> PigSoundVariantKeys.MINIminecraft:miniMethods in io.papermc.paper.registry.keys that return types with arguments of type Pig.SoundVariantModifier and TypeMethodDescriptionstatic TypedKey<Pig.SoundVariant> Creates a typed key forPig.SoundVariantin the registryminecraft:pig_sound_variant. -
Uses of Pig.SoundVariant in org.bukkit.entity
Fields in org.bukkit.entity declared as Pig.SoundVariantModifier and TypeFieldDescriptionstatic final Pig.SoundVariantPig.SoundVariant.BIGstatic final Pig.SoundVariantPig.SoundVariant.CLASSICstatic final Pig.SoundVariantPig.SoundVariant.MINIMethods in org.bukkit.entity that return Pig.SoundVariantMethods in org.bukkit.entity with parameters of type Pig.SoundVariantModifier and TypeMethodDescriptionvoidPig.setSoundVariant(Pig.SoundVariant variant) Set the sound variant of this pig.