Uses of Interface
net.minecraft.client.sound.SoundInstance
| Package | Description |
|---|---|
| net.minecraft.client.gui.hud | |
| net.minecraft.client.render | |
| net.minecraft.client.sound |
-
Uses of SoundInstance in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type SoundInstance Modifier and Type Method Description voidSubtitlesHud. 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 Modifier and Type Field Description private Map<BlockPos,SoundInstance>WorldRenderer. playingSongs -
Uses of SoundInstance in net.minecraft.client.sound
Subinterfaces of SoundInstance in net.minecraft.client.sound Modifier and Type Interface Description interfaceTickableSoundInstanceClasses in net.minecraft.client.sound that implement SoundInstance Modifier and Type Class Description classAbstractBeeSoundInstanceclassAbstractSoundInstanceclassAggressiveBeeSoundInstancestatic classAmbientSoundLoops.MusicLoopstatic classAmbientSoundLoops.Underwaterstatic classBiomeEffectSoundPlayer.MusicLoopclassElytraSoundInstanceclassEntityTrackingSoundInstanceclassGuardianAttackSoundInstanceclassMinecartInsideSoundInstanceA sound instance played when a player is riding a minecart.classMovingMinecartSoundInstanceA sound instance played when a minecart is moving.classMovingSoundInstanceclassPassiveBeeSoundInstanceclassPositionedSoundInstanceFields in net.minecraft.client.sound declared as SoundInstance Modifier and Type Field Description private @Nullable SoundInstanceMusicTracker. currentFields in net.minecraft.client.sound with type parameters of type SoundInstance Modifier and Type Field Description private 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 SoundInstance Modifier and Type Method Description private 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)