Cancellablepublic class VehicleDamageEvent extends VehicleEvent implements Cancellable
Event.Resultvehicle| Constructor | Description |
|---|---|
VehicleDamageEvent(Vehicle vehicle,
Entity attacker,
double damage) |
|
VehicleDamageEvent(Vehicle vehicle,
Entity attacker,
int damage) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
_INVALID_getDamage() |
Deprecated.
|
void |
_INVALID_setDamage(int damage) |
Deprecated.
|
Entity |
getAttacker() |
Gets the Entity that is attacking the vehicle
|
double |
getDamage() |
Gets the damage done to the vehicle
|
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 damage done to the vehicle
|
getEventName, isAsynchronousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVehicle@Deprecated public VehicleDamageEvent(Vehicle vehicle, Entity attacker, int damage)
public Entity getAttacker()
public double getDamage()
@Deprecated public int _INVALID_getDamage()
public void setDamage(double damage)
damage - The damage@Deprecated public void _INVALID_setDamage(int damage)
damage - the damagepublic boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this eventpublic HandlerList getHandlers()
getHandlers in class Eventpublic static HandlerList getHandlerList()