Interface ItemDepletionListener

All Known Implementing Classes:
Restocker
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 ItemDepletionListener
Listener notified when a required loadout item is not available from the bank.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a required item cannot be found or cannot satisfy the remaining amount.
  • Method Details

    • onDeplete

      void onDeplete(LoadoutItem item)
      Called when a required item cannot be found or cannot satisfy the remaining amount.