Class ProjectileCollideEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.entity.EntityEvent
com.destroystokyo.paper.event.entity.ProjectileCollideEvent
- All Implemented Interfaces:
Cancellable
@Deprecated(since="1.19.3")
public class ProjectileCollideEvent
extends EntityEvent
implements Cancellable
Deprecated.
Called when a projectile collides with an entity
This event is called before EntityDamageByEntityEvent
, and cancelling it will allow the projectile to continue flying
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Field Summary
Fields inherited from class org.bukkit.event.entity.EntityEvent
entity
-
Constructor Summary
ConstructorDescriptionProjectileCollideEvent
(@NotNull Projectile projectile, @NotNull Entity collidedWith) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the entity the projectile collided withDeprecated.Get the projectile that collidedstatic @NotNull HandlerList
Deprecated.Deprecated.boolean
Deprecated.Gets the cancellation state of this event.void
setCancelled
(boolean cancel) Deprecated.Sets the cancellation state of this event.Methods inherited from class org.bukkit.event.entity.EntityEvent
getEntityType
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
Method Details
-
getEntity
Deprecated.Get the projectile that collided- Overrides:
getEntity
in classEntityEvent
- Returns:
- the projectile that collided
-
getCollidedWith
Deprecated.Get the entity the projectile collided with- Returns:
- the entity collided with
-
isCancelled
public boolean isCancelled()Deprecated.Description copied from interface:Cancellable
Gets the cancellation state of this event. A cancelled event will not be executed in the server, but will still pass to other plugins- Specified by:
isCancelled
in interfaceCancellable
- Returns:
- true if this event is cancelled
-
setCancelled
public void setCancelled(boolean cancel) Deprecated.Description copied from interface:Cancellable
Sets the cancellation state of this event. A cancelled event will not be executed in the server, but will still pass to other plugins.- Specified by:
setCancelled
in interfaceCancellable
- Parameters:
cancel
- true if you wish to cancel this event
-
getHandlerList
Deprecated. -
getHandlers
Deprecated.- Specified by:
getHandlers
in classEvent
-
ProjectileHitEvent
and check if there is a hit entity