public interface HarvestEntityEvent extends TargetEntityEvent, ChangeEntityExperienceEvent, Cancellable, CauseTracked
Entity
has been killed and is being "harvested" (drops/etc). Happens
after DestructEntityEvent
.Modifier and Type | Interface and Description |
---|---|
static interface |
HarvestEntityEvent.TargetHuman
An event where the target is a
Human . |
static interface |
HarvestEntityEvent.TargetLiving
An event where the target is a
Living . |
static interface |
HarvestEntityEvent.TargetPlayer
An event where the target is a
Player . |
getExperience, getOriginalExperience, setExperience
getTargetEntity
getCallbacks
isCancelled, setCancelled
getCause