Uses of Enum Class
net.minecraft.world.entity.animal.cow.CowSoundVariants.SoundSet
Packages that use CowSoundVariants.SoundSet
-
Uses of CowSoundVariants.SoundSet in net.minecraft.sounds
Fields in net.minecraft.sounds with type parameters of type CowSoundVariants.SoundSetModifier and TypeFieldDescriptionstatic final Map<CowSoundVariants.SoundSet, CowSoundVariant> SoundEvents.COW_SOUNDSMethods in net.minecraft.sounds that return types with arguments of type CowSoundVariants.SoundSetModifier and TypeMethodDescriptionprivate static Map<CowSoundVariants.SoundSet, CowSoundVariant> SoundEvents.registerCowSoundVariants() -
Uses of CowSoundVariants.SoundSet in net.minecraft.world.entity.animal.cow
Subclasses with type arguments of type CowSoundVariants.SoundSet in net.minecraft.world.entity.animal.cowMethods in net.minecraft.world.entity.animal.cow that return CowSoundVariants.SoundSetModifier and TypeMethodDescriptionstatic CowSoundVariants.SoundSetReturns the enum constant of this class with the specified name.static CowSoundVariants.SoundSet[]CowSoundVariants.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.cow with parameters of type CowSoundVariants.SoundSetModifier and TypeMethodDescriptionprivate static ResourceKey<CowSoundVariant> CowSoundVariants.createKey(CowSoundVariants.SoundSet cowSoundVariant) private static voidCowSoundVariants.register(BootstrapContext<CowSoundVariant> context, ResourceKey<CowSoundVariant> key, CowSoundVariants.SoundSet CowSoundVariant)