Interface InvMarkDirtyListener

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 InvMarkDirtyListener
  • Method Details

    • onMarkDirty

      void onMarkDirty(AbstractItemInvView inv)
      Parameters:
      inv - The inventory that was modified - this is always the inventory object that you registered the listener with, and never any delegate inventories!