Interface HarvestEntityEvent
-
- All Superinterfaces:
Cancellable
,Event
public interface HarvestEntityEvent extends Event, Cancellable
Called when anEntity
has been killed and is being "harvested" (drops/etc). Happens afterDestructEntityEvent
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Entity
entity()
Gets theEntity
being harvested-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-