Interface DropHeadEvent
-
- All Known Implementing Classes:
BlockDropHeadEvent
,LivingEntityDropHeadEvent
,MobDropHeadEvent
,PlayerDropHeadEvent
public interface DropHeadEvent
Interface for events that drop a plugin-supported head.- Since:
- 4.10.0-SNAPSHOT
- Author:
- crashdemons (crashenator at gmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemStack
getDrop()
Get the head/item being dropped from this eventvoid
setDrop(ItemStack stack)
Set the item dropped by the event.
-
-
-
Method Detail
-
getDrop
ItemStack getDrop()
Get the head/item being dropped from this event- Returns:
- the itemstack being dropped
-
-