Uses of Interface
net.minecraft.client.audio.ISound
-
-
Uses of ISound in net.minecraft.client.audio
Subinterfaces of ISound in net.minecraft.client.audio Modifier and Type Interface Description interfaceITickableSoundClasses in net.minecraft.client.audio that implement ISound Modifier and Type Class Description classBeeAngrySoundclassBeeFlightSoundclassBeeSoundstatic classBiomeSoundHandler.SoundclassElytraSoundclassEntityTickableSoundclassGuardianSoundclassLocatableSoundclassMinecartTickableSoundclassRidingMinecartTickableSoundclassSimpleSoundclassTickableSoundstatic classUnderwaterAmbientSounds.SubSoundstatic classUnderwaterAmbientSounds.UnderWaterSoundFields in net.minecraft.client.audio declared as ISound Modifier and Type Field Description private ISoundMusicTicker. currentMusicFields in net.minecraft.client.audio with type parameters of type ISound Modifier and Type Field Description private com.google.common.collect.Multimap<SoundCategory,ISound>SoundEngine. instanceBySourceprivate java.util.Map<ISound,ChannelManager.Entry>SoundEngine. instanceToChannelprivate java.util.Map<ISound,java.lang.Integer>SoundEngine. queuedSoundsprivate java.util.Map<ISound,java.lang.Integer>SoundEngine. soundDeleteTimeMethods in net.minecraft.client.audio with parameters of type ISound Modifier and Type Method Description private floatSoundEngine. calculatePitch(ISound p_188772_1_)private floatSoundEngine. calculateVolume(ISound p_188770_1_)booleanSoundEngine. isActive(ISound p_217933_1_)booleanSoundHandler. isActive(ISound p_215294_1_)voidISoundEventListener. onPlaySound(ISound p_184067_1_, SoundEventAccessor p_184067_2_)voidSoundEngine. play(ISound p_148611_1_)voidSoundHandler. play(ISound p_147682_1_)voidSoundEngine. playDelayed(ISound p_148599_1_, int p_148599_2_)voidSoundHandler. playDelayed(ISound p_147681_1_, int p_147681_2_)private static booleanSoundEngine. requiresManualLooping(ISound p_239544_0_)private static booleanSoundEngine. shouldLoopAutomatically(ISound p_239546_0_)private static booleanSoundEngine. shouldLoopManually(ISound p_239545_0_)voidSoundEngine. stop(ISound p_148602_1_)voidSoundHandler. stop(ISound p_147683_1_) -
Uses of ISound in net.minecraft.client.gui.overlay
Methods in net.minecraft.client.gui.overlay with parameters of type ISound Modifier and Type Method Description voidSubtitleOverlayGui. onPlaySound(ISound p_184067_1_, SoundEventAccessor p_184067_2_) -
Uses of ISound in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type ISound Modifier and Type Field Description private java.util.Map<BlockPos,ISound>WorldRenderer. playingRecords -
Uses of ISound in net.minecraftforge.client
Methods in net.minecraftforge.client that return ISound Modifier and Type Method Description static ISoundForgeHooksClient. playSound(SoundEngine manager, ISound sound)Methods in net.minecraftforge.client with parameters of type ISound Modifier and Type Method Description static ISoundForgeHooksClient. playSound(SoundEngine manager, ISound sound) -
Uses of ISound in net.minecraftforge.client.event.sound
Fields in net.minecraftforge.client.event.sound declared as ISound Modifier and Type Field Description private ISoundPlaySoundEvent. resultprivate ISoundPlaySoundEvent. soundprivate ISoundSoundEvent.SoundSourceEvent. soundMethods in net.minecraftforge.client.event.sound that return ISound Modifier and Type Method Description ISoundPlaySoundEvent. getResultSound()ISoundPlaySoundEvent. getSound()ISoundSoundEvent.SoundSourceEvent. getSound()Methods in net.minecraftforge.client.event.sound with parameters of type ISound Modifier and Type Method Description voidPlaySoundEvent. setResultSound(ISound result)Constructors in net.minecraftforge.client.event.sound with parameters of type ISound Constructor Description PlaySoundEvent(SoundEngine manager, ISound sound)PlaySoundSourceEvent(SoundEngine manager, ISound sound, SoundSource source)PlayStreamingSourceEvent(SoundEngine manager, ISound sound, SoundSource source)SoundSourceEvent(SoundEngine manager, ISound sound, SoundSource source) -
Uses of ISound in net.minecraftforge.debug.client
Classes in net.minecraftforge.debug.client that implement ISound Modifier and Type Class Description static classAudioStreamTest.SineSound
-