Cancellable
public class EntityRegainHealthEvent extends EntityEvent implements Cancellable
Modifier and Type | Class | Description |
---|---|---|
static class |
EntityRegainHealthEvent.RegainReason |
An enum to specify the type of health regaining that is occurring
|
Event.Result
entity
Constructor | Description |
---|---|
EntityRegainHealthEvent(Entity entity,
double amount,
EntityRegainHealthEvent.RegainReason regainReason) |
Modifier and Type | Method | Description |
---|---|---|
double |
getAmount() |
Gets the amount of regained health
|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
EntityRegainHealthEvent.RegainReason |
getRegainReason() |
Gets the reason for why the entity is regaining health
|
boolean |
isCancelled() |
Gets the cancellation state of this event.
|
void |
setAmount(double amount) |
Sets the amount of regained health
|
void |
setCancelled(boolean cancel) |
Sets the cancellation state of this event.
|
getEntity, getEntityType
getEventName, isAsynchronous
public EntityRegainHealthEvent(@NotNull Entity entity, double amount, @NotNull EntityRegainHealthEvent.RegainReason regainReason)
public double getAmount()
public void setAmount(double amount)
amount
- the amount of health the entity will regainpublic 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 event@NotNull public EntityRegainHealthEvent.RegainReason getRegainReason()
@NotNull public HandlerList getHandlers()
getHandlers
in class Event
@NotNull public static HandlerList getHandlerList()
Copyright © 2019. All rights reserved.