Uses of Interface
net.minecraft.client.sound.TickableSoundInstance
Package | Description |
---|---|
net.minecraft.client.sound |
-
Uses of TickableSoundInstance in net.minecraft.client.sound
Classes in net.minecraft.client.sound that implement TickableSoundInstance Modifier and Type Class Description class
AbstractBeeSoundInstance
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
Fields in net.minecraft.client.sound with type parameters of type TickableSoundInstance Modifier and Type Field Description private List<TickableSoundInstance>
SoundSystem. soundsToPlayNextTick
private List<TickableSoundInstance>
SoundSystem. tickingSounds
Methods in net.minecraft.client.sound with parameters of type TickableSoundInstance Modifier and Type Method Description void
SoundManager. playNextTick(TickableSoundInstance sound)
void
SoundSystem. playNextTick(TickableSoundInstance sound)