Interface TickableSoundInstance

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

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

    • isDone Link icon

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

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