- 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.
- Author:
- Linox, TheBusyBiscuit
-
Method Summary
This method returns the identifier for this
ItemHandler
.
boolean
onItemDrop(org.bukkit.event.player.PlayerDropItemEvent e,
org.bukkit.entity.Player p,
org.bukkit.entity.Item item)
Methods inherited from interface io.github.thebusybiscuit.slimefun4.api.items.ItemHandler
validate
-
Method Details
-
onItemDrop
@ParametersAreNonnullByDefault
boolean onItemDrop(org.bukkit.event.player.PlayerDropItemEvent e,
org.bukkit.entity.Player p,
org.bukkit.entity.Item item)
-