Uses of Interface
net.minecraft.client.resources.sounds.TickableSoundInstance
Packages that use TickableSoundInstance
-
Uses of TickableSoundInstance in net.minecraft.client.resources.sounds
Classes in net.minecraft.client.resources.sounds that implement TickableSoundInstanceModifier and TypeClassDescriptionclass
class
class
class
static class
class
class
class
class
class
class
static class
static class
-
Uses of TickableSoundInstance in net.minecraft.client.sounds
Fields in net.minecraft.client.sounds with type parameters of type TickableSoundInstanceModifier and TypeFieldDescriptionprivate final List
<TickableSoundInstance> SoundEngine.queuedTickableSounds
private final List
<TickableSoundInstance> SoundEngine.tickingSounds
A subset of playingSounds, this contains only TickableSoundInstanceMethods in net.minecraft.client.sounds with parameters of type TickableSoundInstanceModifier and TypeMethodDescriptionvoid
SoundEngine.queueTickingSound
(TickableSoundInstance pTickableSound) Queues a newinvalid reference
TickingCodeInstance
void
SoundManager.queueTickingSound
(TickableSoundInstance pTickableSound) Queues a ticking sound to be played.