Uses of Enum Class
net.minecraft.world.entity.animal.chicken.ChickenSoundVariants.SoundSet
Packages that use ChickenSoundVariants.SoundSet
-
Uses of ChickenSoundVariants.SoundSet in net.minecraft.sounds
Fields in net.minecraft.sounds with type parameters of type ChickenSoundVariants.SoundSetModifier and TypeFieldDescriptionstatic final Map<ChickenSoundVariants.SoundSet, ChickenSoundVariant> SoundEvents.CHICKEN_SOUNDSMethods in net.minecraft.sounds that return types with arguments of type ChickenSoundVariants.SoundSetModifier and TypeMethodDescriptionprivate static Map<ChickenSoundVariants.SoundSet, ChickenSoundVariant> SoundEvents.registerChickenSoundVariants() -
Uses of ChickenSoundVariants.SoundSet in net.minecraft.world.entity.animal.chicken
Subclasses with type arguments of type ChickenSoundVariants.SoundSet in net.minecraft.world.entity.animal.chickenMethods in net.minecraft.world.entity.animal.chicken that return ChickenSoundVariants.SoundSetModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ChickenSoundVariants.SoundSet[]ChickenSoundVariants.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.chicken with parameters of type ChickenSoundVariants.SoundSetModifier and TypeMethodDescriptionprivate static ResourceKey<ChickenSoundVariant> ChickenSoundVariants.createKey(ChickenSoundVariants.SoundSet chickenSoundVariant) private static voidChickenSoundVariants.register(BootstrapContext<ChickenSoundVariant> context, ResourceKey<ChickenSoundVariant> key, ChickenSoundVariants.SoundSet ChickenSoundVariant)