Uses of Interface
net.minecraft.client.sound.SoundInstance
Packages that use SoundInstance
-
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 TypeClassDescriptionclassclassclassclassclassclassFields in net.minecraft.client.sound declared as SoundInstanceMethods in net.minecraft.client.sound with parameters of type SoundInstanceModifier and TypeMethodDescriptionbooleanSoundManager.isPlaying(SoundInstance instance) booleanSoundSystem.isPlaying(SoundInstance soundInstance) private floatSoundSystem.method_7099(SoundInstance soundInstance, Sound sound) private floatSoundSystem.method_7100(SoundInstance soundInstance, Sound sound, SoundCategory soundCategory) voidSoundManager.play(SoundInstance sound) voidSoundManager.play(SoundInstance sound, int delay) voidSoundSystem.play(SoundInstance soundInstance) voidSoundSystem.play(SoundInstance sound, int delay) voidSoundManager.stop(SoundInstance instance) voidSoundSystem.stop(SoundInstance soundInstance)