public class PlayerUnleashEntityEvent extends EntityUnleashEvent implements Cancellable
EntityUnleashEvent.UnleashReasonEvent.Resultentity| Constructor and Description | 
|---|
PlayerUnleashEntityEvent(@NotNull Entity entity,
                        @NotNull Player player)  | 
| Modifier and Type | Method and Description | 
|---|---|
@NotNull Player | 
getPlayer()
Returns the player who is unleashing the entity. 
 | 
boolean | 
isCancelled()
Gets the cancellation state of this event. 
 | 
void | 
setCancelled(boolean cancel)
Sets the cancellation state of this event. 
 | 
getHandlerList, getHandlers, getReasongetEntity, getEntityTypegetEventName, isAsynchronous@NotNull public @NotNull Player getPlayer()
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this eventCopyright © 2021. All rights reserved.