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 p_366702_) void
AbstractSliderButton.playDownSound
(SoundManager p_93605_) void
AbstractTextAreaWidget.playDownSound
(SoundManager p_386774_) void
AbstractWidget.playDownSound
(SoundManager p_93665_) 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 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_, ResourceProvider p_249332_) -
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.