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 voidAbstractWidget.playButtonClickSound(SoundManager soundManager) voidAbstractSliderButton.playDownSound(SoundManager soundManager) voidAbstractTextAreaWidget.playDownSound(SoundManager soundManager) voidAbstractWidget.playDownSound(SoundManager soundManager) voidEditBox.playDownSound(SoundManager soundManager) voidFocusableTextWidget.playDownSound(SoundManager soundManager) voidImageWidget.playDownSound(SoundManager soundManager) voidLoadingDotsWidget.playDownSound(SoundManager soundManager) voidPlayerSkinWidget.playDownSound(SoundManager soundManager) voidTabButton.playDownSound(SoundManager soundManager) -
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 SoundManagerBiomeAmbientSoundsHandler.soundManagerprivate final SoundManagerUnderwaterAmbientSoundHandler.soundManagerMethods in net.minecraft.client.resources.sounds with parameters of type SoundManagerModifier and TypeMethodDescription@Nullable WeighedSoundEventsAbstractSoundInstance.resolve(SoundManager soundManager) @Nullable WeighedSoundEventsSoundInstance.resolve(SoundManager soundManager) Constructors in net.minecraft.client.resources.sounds with parameters of type SoundManagerModifierConstructorDescriptionBiomeAmbientSoundsHandler(LocalPlayer player, SoundManager soundManager) UnderwaterAmbientSoundHandler(LocalPlayer player, SoundManager soundManager) -
Uses of SoundManager in net.minecraft.client.sounds
Fields in net.minecraft.client.sounds declared as SoundManagerModifier and TypeFieldDescriptionfinal SoundManagerSoundEngine.soundManagerA reference to the sound handler.Methods in net.minecraft.client.sounds with parameters of type SoundManagerModifier and TypeMethodDescriptionprivate static booleanSoundPreviewHandler.canPlaySound(SoundManager soundManager) static voidSoundPreviewHandler.preview(SoundManager soundManager, SoundSource category, float volume) private static voidSoundPreviewHandler.stopOtherCategoryPreview(SoundManager soundManager, SoundSource category) Constructors in net.minecraft.client.sounds with parameters of type SoundManagerModifierConstructorDescriptionSoundEngine(SoundManager soundManager, Options options, ResourceProvider resourceProvider) -
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 booleanIClientBlockExtensions.playHitSound(BlockState state, Level level, BlockPos pos, Direction face, SoundManager soundManager) Play hit sound(s) when the block is punched.