Package net.minecraft.client.sound
Interface TickableSoundInstance
- All Superinterfaces:
 SoundInstance
- All Known Implementing Classes:
 AbstractBeeSoundInstance,AggressiveBeeSoundInstance,AmbientSoundLoops.MusicLoop,AmbientSoundLoops.Underwater,BiomeEffectSoundPlayer.MusicLoop,ElytraSoundInstance,EntityTrackingSoundInstance,GuardianAttackSoundInstance,HappyGhastRidingSoundInstance,MinecartInsideSoundInstance,MovingMinecartSoundInstance,MovingSoundInstance,PassiveBeeSoundInstance,SnifferDigSoundInstance
- Mappings:
 Namespace Name named net/minecraft/client/sound/TickableSoundInstanceintermediary net/minecraft/class_1117official hvs
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType - 
Method Summary
Methods inherited from interface net.minecraft.client.sound.SoundInstance
canPlay, getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isRelative, isRepeatable, shouldAlwaysPlay 
- 
Method Details
- 
isDone
boolean isDone()- Mappings:
 Namespace Name Mixin selector named isDoneLnet/minecraft/client/sound/TickableSoundInstance;isDone()Zintermediary method_4793Lnet/minecraft/class_1117;method_4793()Zofficial mLhvs;m()Z
 - 
tick
void tick()- Mappings:
 Namespace Name Mixin selector named tickLnet/minecraft/client/sound/TickableSoundInstance;tick()Vintermediary method_16896Lnet/minecraft/class_1117;method_16896()Vofficial qLhvs;q()V
 
 -