Package alexiil.mc.lib.attributes.item
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
Listener
FunctionalInterface for
AbstractItemInvView.addListener(InvMarkDirtyListener, alexiil.mc.lib.attributes.ListenerRemovalToken).-
Method Summary
Modifier and Type Method Description voidonMarkDirty(AbstractItemInvView inv)
-
Method Details
-
onMarkDirty
- Parameters:
inv- The inventory that was modified - this is always the inventory object that you registered the listener with, and never any delegate inventories!
-