public class ProjectileLaunchEvent extends EntitySpawnEvent implements Cancellable
Event.Resultentity| Constructor and Description |
|---|
ProjectileLaunchEvent(Entity what) |
| Modifier and Type | Method and 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.
|
getHandlerList, getHandlers, getLocationgetEntityTypegetEventName, isAsynchronouspublic ProjectileLaunchEvent(@NotNull
Entity what)
public boolean isCancelled()
CancellableisCancelled in interface CancellableisCancelled in class EntitySpawnEventpublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface CancellablesetCancelled in class EntitySpawnEventcancel - true if you wish to cancel this event@NotNull public Projectile getEntity()
EntityEventgetEntity in class EntityEventCopyright © 2022. All rights reserved.