Uses of Interface
net.minecraft.client.sound.SoundInstance
Packages that use SoundInstance
-
Uses of SoundInstance in net.minecraft.client.render
Fields in net.minecraft.client.render with type parameters of type SoundInstanceModifier and TypeFieldDescriptionprivate final Map<BlockPos,SoundInstance> WorldRenderer.playingSongs -
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 SoundInstanceFields in net.minecraft.client.sound with type parameters of type SoundInstanceModifier and TypeFieldDescriptionprivate final Map<String,SoundInstance> SoundSystem.field_8195private final Map<SoundInstance,String> SoundSystem.field_8196private Map<SoundInstance,Sound> SoundSystem.sourcesprivate final Map<SoundInstance,Integer> SoundSystem.startTicksMethods 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)