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) -
Uses of SoundInstance in net.minecraft.client.render
Fields in net.minecraft.client.render with type parameters of type 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 TypeClassDescriptionclassclassclassstatic classstatic classstatic classclassclassclassclassA sound instance played when a player is riding a minecart.classA sound instance played when a minecart is moving.classclassclassFields in net.minecraft.client.sound declared as SoundInstanceFields in net.minecraft.client.sound with type parameters of type SoundInstanceModifier and TypeFieldDescriptionprivate Map<SoundInstance,Integer>SoundSystem.soundEndTicksprivate Multimap<SoundCategory,SoundInstance>SoundSystem.soundsprivate Map<SoundInstance,Channel.SourceManager>SoundSystem.sourcesprivate Map<SoundInstance,Integer>SoundSystem.startTicksMethods in net.minecraft.client.sound with parameters of type SoundInstanceModifier and TypeMethodDescriptionprivate static booleanSoundSystem.canRepeatInstantly(SoundInstance sound)private floatSoundSystem.getAdjustedPitch(SoundInstance sound)private floatSoundSystem.getAdjustedVolume(SoundInstance sound)booleanSoundManager.isPlaying(SoundInstance sound)booleanSoundSystem.isPlaying(SoundInstance sound)private static booleanSoundSystem.isRepeatDelayed(SoundInstance sound)voidSoundInstanceListener.onSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet)voidSoundManager.play(SoundInstance sound)voidSoundManager.play(SoundInstance sound, int delay)voidSoundSystem.play(SoundInstance sound)voidSoundSystem.play(SoundInstance sound, int delay)private static booleanSoundSystem.shouldRepeatInstantly(SoundInstance sound)voidSoundManager.stop(SoundInstance sound)voidSoundSystem.stop(SoundInstance sound)