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 TypeMethodDescriptionstatic void
AbstractWidget.playButtonClickSound
(SoundManager pSoundManager) void
AbstractSliderButton.playDownSound
(SoundManager pHandler) void
AbstractTextAreaWidget.playDownSound
(SoundManager p_386774_) void
AbstractWidget.playDownSound
(SoundManager pHandler) void
EditBox.playDownSound
(SoundManager p_279245_) void
FocusableTextWidget.playDownSound
(SoundManager p_295576_) void
ImageWidget.playDownSound
(SoundManager p_295108_) void
LoadingDotsWidget.playDownSound
(SoundManager p_305986_) void
PlayerSkinWidget.playDownSound
(SoundManager p_299880_) void
TabButton.playDownSound
(SoundManager p_276302_) -
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) -
Uses of SoundManager in net.neoforged.neoforge.client.extensions.common
Methods in net.neoforged.neoforge.client.extensions.common with parameters of type SoundManagerModifier and TypeMethodDescriptiondefault boolean
IClientBlockExtensions.playHitSound
(BlockState state, Level level, BlockPos pos, Direction face, SoundManager soundManager) Play hit sound(s) when the block is punched.