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_SOUNDSMethods 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
Subclasses with type arguments of type WolfSoundVariants.SoundSet in net.minecraft.world.entity.animal.wolfMethods in net.minecraft.world.entity.animal.wolf that return WolfSoundVariants.SoundSetModifier and TypeMethodDescriptionstatic WolfSoundVariants.SoundSetReturns 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 wolfSoundVariant) private static voidWolfSoundVariants.register(BootstrapContext<WolfSoundVariant> context, ResourceKey<WolfSoundVariant> key, WolfSoundVariants.SoundSet wolfSoundVariant)