Uses of Interface
net.minecraft.client.audio.ISound
Packages that use ISound
Package
Description
-
Uses of ISound in net.minecraft.client.audio
Subinterfaces of ISound in net.minecraft.client.audioClasses in net.minecraft.client.audio that implement ISoundModifier and TypeClassDescriptionclass
class
class
static class
class
class
class
class
class
class
class
class
static class
static class
Fields in net.minecraft.client.audio declared as ISoundFields in net.minecraft.client.audio with type parameters of type ISoundModifier and TypeFieldDescriptionprivate final com.google.common.collect.Multimap<SoundCategory,
ISound> SoundEngine.instanceBySource
private final Map<ISound,
ChannelManager.Entry> SoundEngine.instanceToChannel
SoundEngine.queuedSounds
SoundEngine.soundDeleteTime
Methods in net.minecraft.client.audio with parameters of type ISoundModifier 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
Methods in net.minecraft.client.gui.overlay with parameters of type ISoundModifier and TypeMethodDescriptionvoid
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 -
Uses of ISound in net.minecraftforge.client
Methods in net.minecraftforge.client that return ISoundModifier and TypeMethodDescriptionstatic ISound
ForgeHooksClient.playSound
(SoundEngine manager, ISound sound) Methods in net.minecraftforge.client with parameters of type ISoundModifier and TypeMethodDescriptionstatic 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 ISoundModifier and TypeFieldDescriptionprivate ISound
PlaySoundEvent.result
private final ISound
PlaySoundEvent.sound
private final ISound
SoundEvent.SoundSourceEvent.sound
Methods in net.minecraftforge.client.event.sound that return ISoundModifier and TypeMethodDescriptionPlaySoundEvent.getResultSound()
PlaySoundEvent.getSound()
SoundEvent.SoundSourceEvent.getSound()
Methods in net.minecraftforge.client.event.sound with parameters of type ISoundConstructors in net.minecraftforge.client.event.sound with parameters of type ISoundModifierConstructorDescriptionPlaySoundEvent
(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