Uses of Class
net.minecraft.client.sound.SoundManager
| Package | Description |
|---|---|
| net.minecraft.client | |
| net.minecraft.client.gui.widget | |
| net.minecraft.client.sound | |
| net.minecraft.client.toast |
-
Uses of SoundManager in net.minecraft.client
Fields in net.minecraft.client declared as SoundManager Modifier and Type Field Description private SoundManagerMinecraftClient. soundManagerMethods in net.minecraft.client that return SoundManager Modifier and Type Method Description SoundManagerMinecraftClient. getSoundManager() -
Uses of SoundManager in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget with parameters of type SoundManager Modifier and Type Method Description voidAbstractButtonWidget. 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 SoundManager Modifier and Type Field Description private SoundManagerSoundSystem. loaderprivate SoundManagerAmbientSoundPlayer. soundManagerprivate SoundManagerBiomeEffectSoundPlayer. soundManagerMethods in net.minecraft.client.sound with parameters of type SoundManager Modifier and Type Method Description WeightedSoundSetAbstractSoundInstance. getSoundSet(SoundManager soundManager)@Nullable WeightedSoundSetSoundInstance. getSoundSet(SoundManager soundManager)Constructors in net.minecraft.client.sound with parameters of type SoundManager Constructor Description AmbientSoundPlayer(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 Modifier and Type Method Description voidToast.Visibility. playSound(SoundManager soundManager)