Uses of Interface
net.minecraft.client.sound.SoundInstance
Packages that use SoundInstance
Package
Description
-
Uses of SoundInstance in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type SoundInstanceModifier and TypeMethodDescriptionvoidSubtitlesHud.onSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet, float range) -
Uses of SoundInstance in net.minecraft.client.sound
Subinterfaces of SoundInstance in net.minecraft.client.soundClasses in net.minecraft.client.sound that implement SoundInstanceModifier and TypeClassDescriptionclassclassclassstatic classstatic classstatic classclassclassclassclassA sound instance played when a player is riding a minecart.classA sound instance played when a minecart is moving.classclassclassclassFields in net.minecraft.client.sound declared as SoundInstanceFields in net.minecraft.client.sound with type parameters of type SoundInstanceModifier and TypeFieldDescriptionprivate final Map<SoundInstance, Integer> SoundSystem.soundEndTicksprivate final Multimap<SoundCategory, SoundInstance> SoundSystem.soundsprivate final Map<SoundInstance, Integer> SoundSystem.soundStartTicksprivate final Map<SoundInstance, Channel.SourceManager> SoundSystem.sourcesMethods in net.minecraft.client.sound with parameters of type SoundInstanceModifier and TypeMethodDescriptionprivate floatSoundSystem.getAdjustedPitch(SoundInstance sound) private floatSoundSystem.getAdjustedVolume(SoundInstance sound) private static booleanSoundSystem.hasRepeatDelay(SoundInstance sound) booleanSoundManager.isPlaying(SoundInstance sound) booleanSoundSystem.isPlaying(SoundInstance sound) voidSoundInstanceListener.onSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet, float range) voidSoundManager.play(SoundInstance sound) voidSoundManager.play(SoundInstance sound, int delay) voidSoundSystem.play(SoundInstance sound) voidSoundSystem.play(SoundInstance sound, int delay) voidSoundManager.setVolume(SoundInstance sound, float volume) voidSoundSystem.setVolume(SoundInstance sound, float volume) private static booleanSoundSystem.shouldDelayRepeat(SoundInstance sound) private static booleanSoundSystem.shouldRepeatInstantly(SoundInstance sound) booleanMusicInstance.shouldReplace(SoundInstance sound) voidSoundManager.stop(SoundInstance sound) voidSoundSystem.stop(SoundInstance sound) -
Uses of SoundInstance in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type SoundInstanceModifier and TypeFieldDescriptionprivate final Map<BlockPos, SoundInstance> WorldEventHandler.playingSongs