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 pHandler) void
AbstractWidget.playDownSound
(SoundManager pHandler) void
EditBox.playDownSound
(SoundManager pHandler) void
FocusableTextWidget.playDownSound
(SoundManager pHandler) void
ImageWidget.playDownSound
(SoundManager pHandler) void
LoadingDotsWidget.playDownSound
(SoundManager pHandler) void
PlayerSkinWidget.playDownSound
(SoundManager pHandler) void
TabButton.playDownSound
(SoundManager pHandler) -
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 final SoundManager
BiomeAmbientSoundsHandler.soundManager
private final SoundManager
UnderwaterAmbientSoundHandler.soundManager
Methods in net.minecraft.client.resources.sounds with parameters of type SoundManagerModifier and TypeMethodDescriptionAbstractSoundInstance.resolve
(SoundManager pHandler) SoundInstance.resolve
(SoundManager pManager) Constructors in net.minecraft.client.resources.sounds with parameters of type SoundManagerModifierConstructorDescriptionBiomeAmbientSoundsHandler
(LocalPlayer pPlayer, SoundManager pSoundManager, BiomeManager pBiomeManager) UnderwaterAmbientSoundHandler
(LocalPlayer pPlayer, SoundManager pSoundManager) -
Uses of SoundManager in net.minecraft.client.sounds
Fields in net.minecraft.client.sounds declared as SoundManagerModifier and TypeFieldDescriptionfinal SoundManager
SoundEngine.soundManager
A reference to the sound handler.Constructors in net.minecraft.client.sounds with parameters of type SoundManagerModifierConstructorDescriptionSoundEngine
(SoundManager pSoundManager, Options pOptions, ResourceProvider pResourceManager)