Cancellable
public class ProjectileLaunchEvent extends EntitySpawnEvent implements Cancellable
Event.Result
entity
Constructor | Description |
---|---|
ProjectileLaunchEvent(Entity what) |
Modifier and Type | Method | Description |
---|---|---|
Projectile |
getEntity() |
Returns the Entity involved in this event
|
boolean |
isCancelled() |
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel) |
Sets the cancellation state of this event.
|
getEntityType
getHandlerList, getHandlers, getLocation
getEventName, isAsynchronous
public ProjectileLaunchEvent(@NotNull Entity what)
public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
isCancelled
in class EntitySpawnEvent
public void setCancelled(boolean cancel)
Cancellable
setCancelled
in interface Cancellable
setCancelled
in class EntitySpawnEvent
cancel
- true if you wish to cancel this event@NotNull public Projectile getEntity()
EntityEvent
getEntity
in class EntityEvent
Copyright © 2019. All rights reserved.