Uses of Enum Class
net.minecraft.client.sound.SoundCategory
Packages that use SoundCategory
Package
Description
-
Uses of SoundCategory in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as SoundCategoryModifier and TypeFieldDescriptionprivate final SoundCategorySoundsScreen.SoundButtonWidget.categoryMethods in net.minecraft.client.gui.screen with parameters of type SoundCategoryModifier and TypeMethodDescriptionprotected StringSoundsScreen.getVolume(SoundCategory soundCategory) Constructors in net.minecraft.client.gui.screen with parameters of type SoundCategoryModifierConstructorDescriptionSoundButtonWidget(int id, int x, int y, SoundCategory category, boolean isLarge) -
Uses of SoundCategory in net.minecraft.client.options
Fields in net.minecraft.client.options with type parameters of type SoundCategoryMethods 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_8209Fields in net.minecraft.client.sound with type parameters of type SoundCategoryModifier and TypeFieldDescriptionprivate static final Map<Integer,SoundCategory> SoundCategory.CATEGORY_MAPprivate final Multimap<SoundCategory,String> SoundSystem.field_8198private static final Map<String,SoundCategory> SoundCategory.NAME_MAPMethods 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)