Interface EntityKillHandler

All Superinterfaces:
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 EntityKillHandler extends ItemHandler
If this ItemHandler is added to a SlimefunItem it will listen for any EntityDeathEvent that was triggered by a Player using the SlimefunItem this EntityKillHandler was linked to.
Author:
TheBusyBiscuit
See Also: