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 soundInstance)private floatSoundSystem. getAdjustedPitch(SoundInstance soundInstance)private floatSoundSystem. getAdjustedVolume(SoundInstance soundInstance)booleanSoundManager. isPlaying(SoundInstance soundInstance)booleanSoundSystem. isPlaying(SoundInstance soundInstance)private static booleanSoundSystem. isRepeatDelayed(SoundInstance soundInstance)voidSoundInstanceListener. onSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet)voidSoundManager. play(SoundInstance sound)voidSoundManager. play(SoundInstance sound, int delay)voidSoundSystem. play(SoundInstance soundInstance)voidSoundSystem. play(SoundInstance sound, int delay)private static booleanSoundSystem. shouldRepeatInstantly(SoundInstance soundInstance)voidSoundManager. stop(SoundInstance soundInstance)voidSoundSystem. stop(SoundInstance soundInstance)