Uses of Class
net.minecraft.client.sounds.SoundManager
Packages that use SoundManager
Package
Description
-
Uses of SoundManager in net.minecraft.client
Fields in net.minecraft.client declared as SoundManagerMethods in net.minecraft.client that return SoundManager -
Uses of SoundManager in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components with parameters of type SoundManagerModifier and TypeMethodDescriptionvoid
AbstractSliderButton.playDownSound(SoundManager p_93605_)
void
AbstractWidget.playDownSound(SoundManager p_93665_)
-
Uses of SoundManager in net.minecraft.client.gui.components.toasts
Methods in net.minecraft.client.gui.components.toasts with parameters of type SoundManager -
Uses of SoundManager in net.minecraft.client.gui.screens.inventory
Methods in net.minecraft.client.gui.screens.inventory with parameters of type SoundManager -
Uses of SoundManager in net.minecraft.client.resources.sounds
Fields in net.minecraft.client.resources.sounds declared as SoundManagerModifier and TypeFieldDescriptionprivate SoundManager
BiomeAmbientSoundsHandler.soundManager
private SoundManager
UnderwaterAmbientSoundHandler.soundManager
Methods in net.minecraft.client.resources.sounds with parameters of type SoundManagerModifier and TypeMethodDescriptionAbstractSoundInstance.resolve(SoundManager p_119591_)
SoundInstance.resolve(SoundManager p_119841_)
Constructors in net.minecraft.client.resources.sounds with parameters of type SoundManagerModifierConstructorDescriptionBiomeAmbientSoundsHandler(LocalPlayer p_119639_, SoundManager p_119640_, BiomeManager p_119641_)
UnderwaterAmbientSoundHandler(LocalPlayer p_119856_, SoundManager p_119857_)
-
Uses of SoundManager in net.minecraft.client.sounds
Fields in net.minecraft.client.sounds declared as SoundManagerConstructors in net.minecraft.client.sounds with parameters of type SoundManagerModifierConstructorDescriptionSoundEngine(SoundManager p_120236_, Options p_120237_, ResourceManager p_120238_)