Uses of Enum Class
net.minecraft.entity.passive.WolfSoundVariants.Type
Packages that use WolfSoundVariants.Type
-
Uses of WolfSoundVariants.Type in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return WolfSoundVariants.TypeModifier and TypeMethodDescriptionstatic WolfSoundVariants.Type
Returns the enum constant of this class with the specified name.static WolfSoundVariants.Type[]
WolfSoundVariants.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type WolfSoundVariants.TypeModifier and TypeMethodDescriptionprivate static RegistryKey
<WolfSoundVariant> WolfSoundVariants.of
(WolfSoundVariants.Type type) private static void
WolfSoundVariants.register
(Registerable<WolfSoundVariant> registry, RegistryKey<WolfSoundVariant> key, WolfSoundVariants.Type type) -
Uses of WolfSoundVariants.Type in net.minecraft.sound
Fields in net.minecraft.sound with type parameters of type WolfSoundVariants.TypeModifier and TypeFieldDescriptionstatic final Map
<WolfSoundVariants.Type, WolfSoundVariant> SoundEvents.WOLF_SOUNDS
Methods in net.minecraft.sound that return types with arguments of type WolfSoundVariants.TypeModifier and TypeMethodDescriptionprivate static Map
<WolfSoundVariants.Type, WolfSoundVariant> SoundEvents.createWolfSoundMap()