CancellableEntityCombustByBlockEvent, EntityCombustByEntityEventpublic class EntityCombustEvent extends EntityEvent implements Cancellable
If an Entity Combust event is cancelled, the entity will not combust.
Event.Resultentity| Constructor | Description | 
|---|---|
| EntityCombustEvent(Entity combustee,
                  int duration) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| int | getDuration() | |
| 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 | setDuration(int duration) | The number of seconds the combustee should be alight for. | 
getEntity, getEntityTypecallEvent, getEventName, isAsynchronouspublic EntityCombustEvent(@NotNull
                          Entity combustee,
                          int duration)
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this eventpublic int getDuration()
public void setDuration(int duration)
This value will only ever increase the combustion time, not decrease existing combustion times.
duration - the time in seconds to be alight for.@NotNull public HandlerList getHandlers()
getHandlers in class Event@NotNull public static HandlerList getHandlerList()
Copyright © 2020. All rights reserved.