org.bukkit.event.entity
public class EntityDamageEvent extends EntityEvent implements Cancellable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
EntityDamageEvent.DamageCause
An enum to specify the cause of the damage 
 | 
Event.Resultentity| Constructor and Description | 
|---|
EntityDamageEvent(Entity damagee,
                 EntityDamageEvent.DamageCause cause,
                 double damage)  | 
EntityDamageEvent(Entity damagee,
                 EntityDamageEvent.DamageCause cause,
                 int damage)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
getEntity, getEntityTypegetEventName, isAsynchronous@Deprecated public EntityDamageEvent(Entity damagee, EntityDamageEvent.DamageCause cause, int damage)
public EntityDamageEvent(Entity damagee, EntityDamageEvent.DamageCause cause, double damage)
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - 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 Eventpublic static HandlerList getHandlerList()
Copyright © 2014. All rights reserved.