Uses of Interface
net.minecraft.client.resources.sounds.SoundInstance
Package
Description
-
Uses of SoundInstance in net.minecraft.client.gui.components
Modifier and TypeMethodDescriptionvoid
SubtitleOverlay.onPlaySound(SoundInstance p_94645_, WeighedSoundEvents p_94646_)
-
Uses of SoundInstance in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionprivate Map<BlockPos,SoundInstance>
LevelRenderer.playingRecords
-
Uses of SoundInstance in net.minecraft.client.resources.sounds
Modifier and TypeClassDescriptionclass
class
class
class
class
static class
class
class
class
class
class
class
static class
static class
-
Uses of SoundInstance in net.minecraft.client.sounds
Modifier and TypeFieldDescriptionprivate com.google.common.collect.Multimap<SoundSource,SoundInstance>
SoundEngine.instanceBySource
private Map<SoundInstance,ChannelAccess.ChannelHandle>
SoundEngine.instanceToChannel
private Map<SoundInstance,Integer>
SoundEngine.queuedSounds
private Map<SoundInstance,Integer>
SoundEngine.soundDeleteTime
Modifier and TypeMethodDescriptionprivate float
SoundEngine.calculatePitch(SoundInstance p_120325_)
private float
SoundEngine.calculateVolume(SoundInstance p_120328_)
boolean
SoundEngine.isActive(SoundInstance p_120306_)
boolean
SoundManager.isActive(SoundInstance p_120404_)
void
SoundEventListener.onPlaySound(SoundInstance p_120342_, WeighedSoundEvents p_120343_)
void
SoundEngine.play(SoundInstance p_120313_)
void
SoundManager.play(SoundInstance p_120368_)
void
SoundEngine.playDelayed(SoundInstance p_120277_, int p_120278_)
void
SoundManager.playDelayed(SoundInstance p_120370_, int p_120371_)
private static boolean
SoundEngine.requiresManualLooping(SoundInstance p_120316_)
private static boolean
SoundEngine.shouldLoopAutomatically(SoundInstance p_120322_)
private static boolean
SoundEngine.shouldLoopManually(SoundInstance p_120319_)
void
SoundEngine.stop(SoundInstance p_120275_)
void
SoundManager.stop(SoundInstance p_120400_)
-
Uses of SoundInstance in net.minecraftforge.client
Modifier and TypeMethodDescriptionstatic SoundInstance
ForgeHooksClient.playSound(SoundEngine manager, SoundInstance sound)
Modifier and TypeMethodDescriptionstatic SoundInstance
ForgeHooksClient.playSound(SoundEngine manager, SoundInstance sound)
-
Uses of SoundInstance in net.minecraftforge.client.event.sound
Modifier and TypeFieldDescriptionprivate SoundInstance
PlaySoundEvent.result
private SoundInstance
PlaySoundEvent.sound
private SoundInstance
SoundEvent.SoundSourceEvent.sound
Modifier and TypeMethodDescriptionPlaySoundEvent.getResultSound()
PlaySoundEvent.getSound()
SoundEvent.SoundSourceEvent.getSound()
ModifierConstructorDescriptionPlaySoundEvent(SoundEngine manager, SoundInstance sound)
PlaySoundSourceEvent(SoundEngine manager, SoundInstance sound, Channel source)
PlayStreamingSourceEvent(SoundEngine manager, SoundInstance sound, Channel source)
SoundSourceEvent(SoundEngine manager, SoundInstance sound, Channel source)