Uses of Class
net.minecraft.client.sound.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.widget
Methods in net.minecraft.client.gui.widget with parameters of type SoundManagerModifier and TypeMethodDescriptionvoidClickableWidget.playDownSound(SoundManager soundManager)voidPageTurnWidget.playDownSound(SoundManager soundManager)voidSliderWidget.playDownSound(SoundManager soundManager) -
Uses of SoundManager in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as SoundManagerModifier and TypeFieldDescriptionprivate SoundManagerSoundSystem.loaderprivate SoundManagerAmbientSoundPlayer.soundManagerprivate SoundManagerBiomeEffectSoundPlayer.soundManagerMethods in net.minecraft.client.sound with parameters of type SoundManagerModifier and TypeMethodDescriptionAbstractSoundInstance.getSoundSet(SoundManager soundManager)SoundInstance.getSoundSet(SoundManager soundManager)Constructors in net.minecraft.client.sound with parameters of type SoundManagerModifierConstructorDescriptionAmbientSoundPlayer(ClientPlayerEntity player, SoundManager soundManager)BiomeEffectSoundPlayer(ClientPlayerEntity player, SoundManager soundManager, BiomeAccess biomeAccess)SoundSystem(SoundManager loader, GameOptions settings, ResourceManager resourceManager) -
Uses of SoundManager in net.minecraft.client.toast
Methods in net.minecraft.client.toast with parameters of type SoundManager