Interface SoundSequencer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SoundSequencer
Mappings:
Namespace Name
official avp
intermediary net/minecraft/class_9492
named net/minecraft/sound/SoundSequencer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    waitThenPlay(int delay, SoundEvent sound, SoundCategory category, float volume, float pitch)
     
  • Method Details

    • waitThenPlay

      void waitThenPlay(int delay, SoundEvent sound, SoundCategory category, float volume, float pitch)
      Mappings:
      Namespace Name Mixin selector
      official waitThenPlay Lavp;waitThenPlay(ILavn;Lavq;FF)V
      intermediary waitThenPlay Lnet/minecraft/class_9492;waitThenPlay(ILnet/minecraft/class_3414;Lnet/minecraft/class_3419;FF)V
      named waitThenPlay Lnet/minecraft/sound/SoundSequencer;waitThenPlay(ILnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FF)V