Uses of Enum Class
net.minecraft.world.entity.animal.wolf.WolfSoundVariants.SoundSet
Packages that use WolfSoundVariants.SoundSet
-
Uses of WolfSoundVariants.SoundSet in net.minecraft.sounds
Fields in net.minecraft.sounds with type parameters of type WolfSoundVariants.SoundSetModifier and TypeFieldDescriptionstatic final Map
<WolfSoundVariants.SoundSet, WolfSoundVariant> SoundEvents.WOLF_SOUNDS
Methods in net.minecraft.sounds that return types with arguments of type WolfSoundVariants.SoundSetModifier and TypeMethodDescriptionprivate static Map
<WolfSoundVariants.SoundSet, WolfSoundVariant> SoundEvents.registerWolfSoundVariants()
-
Uses of WolfSoundVariants.SoundSet in net.minecraft.world.entity.animal.wolf
Methods in net.minecraft.world.entity.animal.wolf that return WolfSoundVariants.SoundSetModifier and TypeMethodDescriptionstatic WolfSoundVariants.SoundSet
Returns the enum constant of this class with the specified name.static WolfSoundVariants.SoundSet[]
WolfSoundVariants.SoundSet.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.entity.animal.wolf with parameters of type WolfSoundVariants.SoundSetModifier and TypeMethodDescriptionprivate static ResourceKey
<WolfSoundVariant> WolfSoundVariants.createKey
(WolfSoundVariants.SoundSet p_406298_) private static void
WolfSoundVariants.register
(BootstrapContext<WolfSoundVariant> p_406289_, ResourceKey<WolfSoundVariant> p_406217_, WolfSoundVariants.SoundSet p_406296_)