Uses of Interface
org.bukkit.entity.Wolf.SoundVariant
Packages that use Wolf.SoundVariant
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Wolf.SoundVariant in io.papermc.paper.datacomponent
Fields in io.papermc.paper.datacomponent with type parameters of type Wolf.SoundVariantModifier and TypeFieldDescriptionstatic final DataComponentType.Valued
<Wolf.SoundVariant> DataComponentTypes.WOLF_SOUND_VARIANT
-
Uses of Wolf.SoundVariant in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type Wolf.SoundVariantModifier and TypeFieldDescriptionstatic final RegistryKey
<Wolf.SoundVariant> RegistryKey.WOLF_SOUND_VARIANT
Data-driven registry for wolf sound variants. -
Uses of Wolf.SoundVariant in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type Wolf.SoundVariantModifier and TypeFieldDescriptionstatic final TypedKey
<Wolf.SoundVariant> WolfSoundVariantKeys.ANGRY
minecraft:angry
static final TypedKey
<Wolf.SoundVariant> WolfSoundVariantKeys.BIG
minecraft:big
static final TypedKey
<Wolf.SoundVariant> WolfSoundVariantKeys.CLASSIC
minecraft:classic
static final TypedKey
<Wolf.SoundVariant> WolfSoundVariantKeys.CUTE
minecraft:cute
static final TypedKey
<Wolf.SoundVariant> WolfSoundVariantKeys.GRUMPY
minecraft:grumpy
static final TypedKey
<Wolf.SoundVariant> WolfSoundVariantKeys.PUGLIN
minecraft:puglin
static final TypedKey
<Wolf.SoundVariant> WolfSoundVariantKeys.SAD
minecraft:sad
Methods in io.papermc.paper.registry.keys that return types with arguments of type Wolf.SoundVariantModifier and TypeMethodDescriptionstatic TypedKey
<Wolf.SoundVariant> Creates a typed key forWolf.SoundVariant
in the registryminecraft:wolf_sound_variant
. -
Uses of Wolf.SoundVariant in org.bukkit.entity
Fields in org.bukkit.entity declared as Wolf.SoundVariantModifier and TypeFieldDescriptionstatic final Wolf.SoundVariant
Wolf.SoundVariant.ANGRY
static final Wolf.SoundVariant
Wolf.SoundVariant.BIG
static final Wolf.SoundVariant
Wolf.SoundVariant.CLASSIC
static final Wolf.SoundVariant
Wolf.SoundVariant.CUTE
static final Wolf.SoundVariant
Wolf.SoundVariant.GRUMPY
static final Wolf.SoundVariant
Wolf.SoundVariant.PUGLIN
static final Wolf.SoundVariant
Wolf.SoundVariant.SAD
Methods in org.bukkit.entity that return Wolf.SoundVariantMethods in org.bukkit.entity with parameters of type Wolf.SoundVariantModifier and TypeMethodDescriptionvoid
Wolf.setSoundVariant
(@NotNull Wolf.SoundVariant soundVariant) Set the sound variant of this wolf.