Uses of Enum Class
net.minecraft.client.sound.SoundCategory
Packages that use SoundCategory
Package
Description
-
Uses of SoundCategory in net.minecraft.client
Fields in net.minecraft.client declared as SoundCategoryConstructors in net.minecraft.client with parameters of type SoundCategoryModifierConstructorDescriptionclass_1816(SoundsScreen soundsScreen, int int2, int int3, int int4, SoundCategory soundCategory, boolean bool) -
Uses of SoundCategory in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type SoundCategoryModifier and TypeMethodDescriptionprotected StringSoundsScreen.getVolume(SoundCategory soundCategory) -
Uses of SoundCategory in net.minecraft.client.options
Methods in net.minecraft.client.options with parameters of type SoundCategoryModifier and TypeMethodDescriptionfloatGameOptions.getSoundVolume(SoundCategory category) voidGameOptions.setSoundVolume(SoundCategory category, float volume) -
Uses of SoundCategory in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as SoundCategoryModifier and TypeFieldDescriptionprivate SoundCategorySoundEntry.categoryprivate final SoundCategoryWeightedSoundSet.field_8209Methods in net.minecraft.client.sound that return SoundCategoryModifier and TypeMethodDescriptionstatic SoundCategorySoundEntry.getCategory()WeightedSoundSet.method_7118()static SoundCategoryReturns the enum constant of this class with the specified name.static SoundCategory[]SoundCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.sound with parameters of type SoundCategoryModifier and TypeMethodDescriptionprivate floatSoundSystem.getSoundVolume(SoundCategory soundCategory) private floatSoundSystem.method_7100(SoundInstance soundInstance, Sound sound, SoundCategory soundCategory) SoundManager.method_7126(SoundCategory[] soundCategory) voidSoundEntry.setCategory(SoundCategory category) voidSoundManager.updateSoundVolume(SoundCategory category, float volume) voidSoundSystem.updateSoundVolume(SoundCategory soundCategory, float volume) Constructors in net.minecraft.client.sound with parameters of type SoundCategoryModifierConstructorDescriptionWeightedSoundSet(Identifier identifier, double double2, double double3, SoundCategory soundCategory)