Interface ItemDropHandler

All Superinterfaces:
GlobalItemHandler, ItemHandler
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 ItemDropHandler extends GlobalItemHandler
The ItemDropHandler is a GlobalItemHandler which listens to an Item being dropped.
Author:
Linox, TheBusyBiscuit