Interface SoundSystem.IHandler

All Known Implementing Classes:
SoundSystem.HandlerImpl
Enclosing class:
SoundSystem

static interface SoundSystem.IHandler
  • Method Details

    • acquire

      @Nullable SoundSource acquire()
    • release

      boolean release(SoundSource p_216396_1_)
    • cleanup

      void cleanup()
    • getMaxCount

      int getMaxCount()
    • getUsedCount

      int getUsedCount()