Cancellable
public class CreeperIgniteEvent extends EntityEvent implements Cancellable
Event.Result
entity
Constructor | Description |
---|---|
CreeperIgniteEvent(@NotNull Creeper creeper,
boolean ignited) |
Modifier and Type | Method | Description |
---|---|---|
@NotNull Creeper |
getEntity() |
Returns the Entity involved in this event
|
static @NotNull HandlerList |
getHandlerList() |
|
@NotNull HandlerList |
getHandlers() |
|
boolean |
isCancelled() |
Gets the cancellation state of this event.
|
boolean |
isIgnited() |
|
void |
setCancelled(boolean cancel) |
Sets the cancellation state of this event.
|
void |
setIgnited(boolean ignited) |
getEntityType
callEvent, getEventName, isAsynchronous
public CreeperIgniteEvent(@NotNull @NotNull Creeper creeper, boolean ignited)
@NotNull public @NotNull Creeper getEntity()
EntityEvent
getEntity
in class EntityEvent
public boolean isIgnited()
public void setIgnited(boolean ignited)
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 event@NotNull public @NotNull HandlerList getHandlers()
getHandlers
in class Event
@NotNull public static @NotNull HandlerList getHandlerList()
Copyright © 2020. All rights reserved.