Class ChannelManager.Entry

  • Enclosing class:
    ChannelManager

    public class ChannelManager.Entry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(SoundSource p_i232495_2_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.util.function.Consumer<SoundSource> p_217888_1_)  
      boolean isStopped()  
      void release()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • stopped

        private boolean stopped
    • Constructor Detail

    • Method Detail

      • isStopped

        public boolean isStopped()
      • execute

        public void execute​(java.util.function.Consumer<SoundSource> p_217888_1_)
      • release

        public void release()