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 interface
ITickableSound
Classes in net.minecraft.client.audio that implement ISound Modifier and Type Class Description class
BeeAngrySound
class
BeeFlightSound
class
BeeSound
static class
BiomeSoundHandler.Sound
class
ElytraSound
class
EntityTickableSound
class
GuardianSound
class
LocatableSound
class
MinecartTickableSound
class
RidingMinecartTickableSound
class
SimpleSound
class
TickableSound
static class
UnderwaterAmbientSounds.SubSound
static class
UnderwaterAmbientSounds.UnderWaterSound
Fields in net.minecraft.client.audio declared as ISound Modifier and Type Field Description private ISound
MusicTicker. currentMusic
Fields 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. instanceBySource
private java.util.Map<ISound,ChannelManager.Entry>
SoundEngine. instanceToChannel
private java.util.Map<ISound,java.lang.Integer>
SoundEngine. queuedSounds
private java.util.Map<ISound,java.lang.Integer>
SoundEngine. soundDeleteTime
Methods in net.minecraft.client.audio with parameters of type ISound Modifier and Type Method Description private float
SoundEngine. calculatePitch(ISound p_188772_1_)
private float
SoundEngine. calculateVolume(ISound p_188770_1_)
boolean
SoundEngine. isActive(ISound p_217933_1_)
boolean
SoundHandler. isActive(ISound p_215294_1_)
void
ISoundEventListener. onPlaySound(ISound p_184067_1_, SoundEventAccessor p_184067_2_)
void
SoundEngine. play(ISound p_148611_1_)
void
SoundHandler. play(ISound p_147682_1_)
void
SoundEngine. playDelayed(ISound p_148599_1_, int p_148599_2_)
void
SoundHandler. playDelayed(ISound p_147681_1_, int p_147681_2_)
private static boolean
SoundEngine. requiresManualLooping(ISound p_239544_0_)
private static boolean
SoundEngine. shouldLoopAutomatically(ISound p_239546_0_)
private static boolean
SoundEngine. shouldLoopManually(ISound p_239545_0_)
void
SoundEngine. stop(ISound p_148602_1_)
void
SoundHandler. 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 void
SubtitleOverlayGui. 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 ISound
ForgeHooksClient. playSound(SoundEngine manager, ISound sound)
Methods in net.minecraftforge.client with parameters of type ISound Modifier and Type Method Description static ISound
ForgeHooksClient. 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 ISound
PlaySoundEvent. result
private ISound
PlaySoundEvent. sound
private ISound
SoundEvent.SoundSourceEvent. sound
Methods in net.minecraftforge.client.event.sound that return ISound Modifier and Type Method Description ISound
PlaySoundEvent. getResultSound()
ISound
PlaySoundEvent. getSound()
ISound
SoundEvent.SoundSourceEvent. getSound()
Methods in net.minecraftforge.client.event.sound with parameters of type ISound Modifier and Type Method Description void
PlaySoundEvent. 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 class
AudioStreamTest.SineSound
-