Uses of Interface
net.minecraft.client.sound.SoundInstance
Package
Description
-
Uses of SoundInstance in net.minecraft.client.gui.hud
Modifier and TypeMethodDescriptionvoid
SubtitlesHud.onSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet)
-
Uses of SoundInstance in net.minecraft.client.render
-
Uses of SoundInstance in net.minecraft.client.sound
Modifier and TypeClassDescriptionclass
class
class
static class
static class
static class
class
class
class
class
A sound instance played when a player is riding a minecart.class
A sound instance played when a minecart is moving.class
class
class
Modifier and TypeFieldDescriptionprivate Map<SoundInstance,Integer>
SoundSystem.soundEndTicks
private Multimap<SoundCategory,SoundInstance>
SoundSystem.sounds
private Map<SoundInstance,Channel.SourceManager>
SoundSystem.sources
private Map<SoundInstance,Integer>
SoundSystem.startTicks
Modifier and TypeMethodDescriptionprivate static boolean
SoundSystem.canRepeatInstantly(SoundInstance sound)
private float
SoundSystem.getAdjustedPitch(SoundInstance sound)
private float
SoundSystem.getAdjustedVolume(SoundInstance sound)
boolean
SoundManager.isPlaying(SoundInstance sound)
boolean
SoundSystem.isPlaying(SoundInstance sound)
private static boolean
SoundSystem.isRepeatDelayed(SoundInstance sound)
void
SoundInstanceListener.onSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet)
void
SoundManager.play(SoundInstance sound)
void
SoundManager.play(SoundInstance sound, int delay)
void
SoundSystem.play(SoundInstance sound)
void
SoundSystem.play(SoundInstance sound, int delay)
private static boolean
SoundSystem.shouldRepeatInstantly(SoundInstance sound)
void
SoundManager.stop(SoundInstance sound)
void
SoundSystem.stop(SoundInstance sound)