Uses of Interface
net.minecraft.client.sound.TickableSoundInstance
Packages that use TickableSoundInstance
-
Uses of TickableSoundInstance in net.minecraft.client.sound
Classes in net.minecraft.client.sound that implement TickableSoundInstanceModifier and TypeClassDescriptionclass
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
Fields in net.minecraft.client.sound with type parameters of type TickableSoundInstanceModifier and TypeFieldDescriptionprivate final List
<TickableSoundInstance> SoundSystem.soundsToPlayNextTick
private final List
<TickableSoundInstance> SoundSystem.tickingSounds
Methods in net.minecraft.client.sound with parameters of type TickableSoundInstanceModifier and TypeMethodDescriptionvoid
SoundManager.playNextTick
(TickableSoundInstance sound) void
SoundSystem.playNextTick
(TickableSoundInstance sound)