public class EntityDeathEvent extends EntityEvent
Event.Result
entity
コンストラクタと説明 |
---|
EntityDeathEvent(LivingEntity entity,
List<ItemStack> drops) |
EntityDeathEvent(LivingEntity what,
List<ItemStack> drops,
int droppedExp) |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
getDroppedExp()
Gets how much EXP should be dropped from this death.
|
List<ItemStack> |
getDrops()
Gets all the items which will drop when the entity dies
|
LivingEntity |
getEntity()
Returns the Entity involved in this event
|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
void |
setDroppedExp(int exp)
Sets how much EXP should be dropped from this death.
|
getEntityType
getEventName, isAsynchronous
public EntityDeathEvent(LivingEntity entity, List<ItemStack> drops)
public EntityDeathEvent(LivingEntity what, List<ItemStack> drops, int droppedExp)
public LivingEntity getEntity()
EntityEvent
getEntity
クラス内 EntityEvent
public int getDroppedExp()
This does not indicate how much EXP should be taken from the entity in question, merely how much should be created after its death.
public void setDroppedExp(int exp)
This does not indicate how much EXP should be taken from the entity in question, merely how much should be created after its death.
exp
- Amount of EXP to drop.public List<ItemStack> getDrops()
public HandlerList getHandlers()
getHandlers
クラス内 Event
public static HandlerList getHandlerList()
Copyright © 2016. All rights reserved.