Uses of Interface
net.minecraft.client.audio.ISound
Package
Description
-
Uses of ISound in net.minecraft.client.audio
Modifier and TypeClassDescriptionclass
class
class
static class
class
class
class
class
class
class
class
class
static class
static class
Modifier and TypeFieldDescriptionprivate final com.google.common.collect.Multimap<SoundCategory,
ISound> SoundEngine.instanceBySource
private final Map<ISound,
ChannelManager.Entry> SoundEngine.instanceToChannel
SoundEngine.queuedSounds
SoundEngine.soundDeleteTime
Modifier and TypeMethodDescriptionprivate float
SoundEngine.calculatePitch
(ISound p_188772_1_) private float
SoundEngine.calculateVolume
(ISound p_188770_1_) boolean
boolean
void
ISoundEventListener.onPlaySound
(ISound p_184067_1_, SoundEventAccessor p_184067_2_) void
void
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
void
-
Uses of ISound in net.minecraft.client.gui.overlay
Modifier and TypeMethodDescriptionvoid
SubtitleOverlayGui.onPlaySound
(ISound p_184067_1_, SoundEventAccessor p_184067_2_) -
Uses of ISound in net.minecraft.client.renderer
-
Uses of ISound in net.minecraftforge.client
Modifier and TypeMethodDescriptionstatic ISound
ForgeHooksClient.playSound
(SoundEngine manager, ISound sound) Modifier and TypeMethodDescriptionstatic ISound
ForgeHooksClient.playSound
(SoundEngine manager, ISound sound) -
Uses of ISound in net.minecraftforge.client.event.sound
Modifier and TypeFieldDescriptionprivate ISound
PlaySoundEvent.result
private final ISound
PlaySoundEvent.sound
private final ISound
SoundEvent.SoundSourceEvent.sound
Modifier and TypeMethodDescriptionPlaySoundEvent.getResultSound()
PlaySoundEvent.getSound()
SoundEvent.SoundSourceEvent.getSound()
ModifierConstructorDescriptionPlaySoundEvent
(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