|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bukkit.event.Event org.bukkit.event.entity.EntityEvent org.bukkit.event.entity.EntityDamageEvent
public class EntityDamageEvent
Stores data for damage events
Nested Class Summary | |
---|---|
static class |
EntityDamageEvent.DamageCause
An enum to specify the cause of the damage |
Nested classes/interfaces inherited from class org.bukkit.event.Event |
---|
Event.Result |
Field Summary |
---|
Fields inherited from class org.bukkit.event.entity.EntityEvent |
---|
entity |
Constructor Summary | |
---|---|
EntityDamageEvent(Entity damagee,
EntityDamageEvent.DamageCause cause,
double damage)
|
|
EntityDamageEvent(Entity damagee,
EntityDamageEvent.DamageCause cause,
int damage)
Deprecated. |
Method Summary | |
---|---|
int |
_INVALID_getDamage()
Deprecated. |
void |
_INVALID_setDamage(int damage)
Deprecated. |
EntityDamageEvent.DamageCause |
getCause()
Gets the cause of the damage. |
double |
getDamage()
Gets the amount of damage caused by the event |
static HandlerList |
getHandlerList()
|
HandlerList |
getHandlers()
|
boolean |
isCancelled()
Gets the cancellation state of this event. |
void |
setCancelled(boolean cancel)
Sets the cancellation state of this event. |
void |
setDamage(double damage)
Sets the amount of damage caused by the event |
Methods inherited from class org.bukkit.event.entity.EntityEvent |
---|
getEntity, getEntityType |
Methods inherited from class org.bukkit.event.Event |
---|
getEventName, isAsynchronous |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public EntityDamageEvent(Entity damagee, EntityDamageEvent.DamageCause cause, int damage)
public EntityDamageEvent(Entity damagee, EntityDamageEvent.DamageCause cause, double damage)
Method Detail |
---|
public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancel)
Cancellable
setCancelled
in interface Cancellable
cancel
- true if you wish to cancel this eventpublic double getDamage()
@Deprecated public int _INVALID_getDamage()
public void setDamage(double damage)
damage
- The amount of damage caused by the event@Deprecated public void _INVALID_setDamage(int damage)
public EntityDamageEvent.DamageCause getCause()
public HandlerList getHandlers()
getHandlers
in class Event
public static HandlerList getHandlerList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |