Interface TickableSoundInstance

All Superinterfaces:
SoundInstance
All Known Implementing Classes:
AbstractBeeSoundInstance, AggressiveBeeSoundInstance, AmbientSoundLoops.MusicLoop, AmbientSoundLoops.Underwater, BiomeEffectSoundPlayer.MusicLoop, ElytraSoundInstance, EntityTrackingSoundInstance, GuardianAttackSoundInstance, MinecartInsideSoundInstance, MovingMinecartSoundInstance, MovingSoundInstance, PassiveBeeSoundInstance

@Environment(CLIENT) public interface TickableSoundInstance extends SoundInstance
Mappings:
Namespace Name
official fro
intermediary net/minecraft/class_1117
named net/minecraft/client/sound/TickableSoundInstance
  • Method Details

    • isDone

      boolean isDone()
      Mappings:
      Namespace Name Mixin selector
      official m Lfro;m()Z
      intermediary method_4793 Lnet/minecraft/class_1117;method_4793()Z
      named isDone Lnet/minecraft/client/sound/TickableSoundInstance;isDone()Z
    • tick

      void tick()
      Mappings:
      Namespace Name Mixin selector
      official q Lfro;q()V
      intermediary method_16896 Lnet/minecraft/class_1117;method_16896()V
      named tick Lnet/minecraft/client/sound/TickableSoundInstance;tick()V