Uses of Interface
net.minecraft.client.audio.ITickableSound
-
Packages that use ITickableSound Package Description net.minecraft.client.audio -
-
Uses of ITickableSound in net.minecraft.client.audio
Classes in net.minecraft.client.audio that implement ITickableSound Modifier and Type Class Description class
BeeAngrySound
class
BeeFlightSound
class
BeeSound
static class
BiomeSoundHandler.Sound
class
ElytraSound
class
EntityTickableSound
class
GuardianSound
class
MinecartTickableSound
class
RidingMinecartTickableSound
class
TickableSound
static class
UnderwaterAmbientSounds.SubSound
static class
UnderwaterAmbientSounds.UnderWaterSound
Fields in net.minecraft.client.audio with type parameters of type ITickableSound Modifier and Type Field Description private java.util.List<ITickableSound>
SoundEngine. queuedTickableSounds
private java.util.List<ITickableSound>
SoundEngine. tickingSounds
Methods in net.minecraft.client.audio with parameters of type ITickableSound Modifier and Type Method Description void
SoundEngine. queueTickingSound(ITickableSound p_229363_1_)
void
SoundHandler. queueTickingSound(ITickableSound p_229364_1_)
-