Uses of Enum Class
net.minecraft.world.entity.animal.feline.CatSoundVariants.SoundSet
Packages that use CatSoundVariants.SoundSet
-
Uses of CatSoundVariants.SoundSet in net.minecraft.sounds
Fields in net.minecraft.sounds with type parameters of type CatSoundVariants.SoundSetModifier and TypeFieldDescriptionstatic final Map<CatSoundVariants.SoundSet, CatSoundVariant> SoundEvents.CAT_SOUNDSMethods in net.minecraft.sounds that return types with arguments of type CatSoundVariants.SoundSetModifier and TypeMethodDescriptionprivate static Map<CatSoundVariants.SoundSet, CatSoundVariant> SoundEvents.registerCatSoundVariants() -
Uses of CatSoundVariants.SoundSet in net.minecraft.world.entity.animal.feline
Subclasses with type arguments of type CatSoundVariants.SoundSet in net.minecraft.world.entity.animal.felineMethods in net.minecraft.world.entity.animal.feline that return CatSoundVariants.SoundSetModifier and TypeMethodDescriptionstatic CatSoundVariants.SoundSetReturns the enum constant of this class with the specified name.static CatSoundVariants.SoundSet[]CatSoundVariants.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.feline with parameters of type CatSoundVariants.SoundSetModifier and TypeMethodDescriptionprivate static ResourceKey<CatSoundVariant> CatSoundVariants.createKey(CatSoundVariants.SoundSet catSoundVariant) private static voidCatSoundVariants.register(BootstrapContext<CatSoundVariant> context, ResourceKey<CatSoundVariant> key, CatSoundVariants.SoundSet CatSoundVariant)