Uses of Interface
net.minecraft.client.sound.SoundInstance
Package | Description |
---|---|
net.minecraft.client.gui.hud | |
net.minecraft.client.render | |
net.minecraft.client.sound |
-
Uses of SoundInstance in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type SoundInstance Modifier and Type Method Description void
SubtitlesHud. onSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet)
-
Uses of SoundInstance in net.minecraft.client.render
Fields in net.minecraft.client.render with type parameters of type SoundInstance Modifier and Type Field Description private Map<BlockPos,SoundInstance>
WorldRenderer. playingSongs
-
Uses of SoundInstance in net.minecraft.client.sound
Subinterfaces of SoundInstance in net.minecraft.client.sound Modifier and Type Interface Description interface
TickableSoundInstance
Classes in net.minecraft.client.sound that implement SoundInstance Modifier and Type Class Description class
AbstractBeeSoundInstance
class
AbstractSoundInstance
class
AggressiveBeeSoundInstance
static class
AmbientSoundLoops.MusicLoop
static class
AmbientSoundLoops.Underwater
static class
BiomeEffectSoundPlayer.MusicLoop
class
ElytraSoundInstance
class
EntityTrackingSoundInstance
class
GuardianAttackSoundInstance
class
MinecartInsideSoundInstance
A sound instance played when a player is riding a minecart.class
MovingMinecartSoundInstance
A sound instance played when a minecart is moving.class
MovingSoundInstance
class
PassiveBeeSoundInstance
class
PositionedSoundInstance
Fields in net.minecraft.client.sound declared as SoundInstance Modifier and Type Field Description private @Nullable SoundInstance
MusicTracker. current
Fields in net.minecraft.client.sound with type parameters of type SoundInstance Modifier and Type Field Description private Map<SoundInstance,Integer>
SoundSystem. soundEndTicks
private Multimap<SoundCategory,SoundInstance>
SoundSystem. sounds
private Map<SoundInstance,Channel.SourceManager>
SoundSystem. sources
private Map<SoundInstance,Integer>
SoundSystem. startTicks
Methods in net.minecraft.client.sound with parameters of type SoundInstance Modifier and Type Method Description private static boolean
SoundSystem. canRepeatInstantly(SoundInstance soundInstance)
private float
SoundSystem. getAdjustedPitch(SoundInstance soundInstance)
private float
SoundSystem. getAdjustedVolume(SoundInstance soundInstance)
boolean
SoundManager. isPlaying(SoundInstance soundInstance)
boolean
SoundSystem. isPlaying(SoundInstance soundInstance)
private static boolean
SoundSystem. isRepeatDelayed(SoundInstance soundInstance)
void
SoundInstanceListener. onSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet)
void
SoundManager. play(SoundInstance sound)
void
SoundManager. play(SoundInstance sound, int delay)
void
SoundSystem. play(SoundInstance soundInstance)
void
SoundSystem. play(SoundInstance sound, int delay)
private static boolean
SoundSystem. shouldRepeatInstantly(SoundInstance soundInstance)
void
SoundManager. stop(SoundInstance soundInstance)
void
SoundSystem. stop(SoundInstance soundInstance)