public class PlayerAttemptPickupItemEvent extends PlayerEvent implements Cancellable
Event.Resultplayer| Constructor and Description |
|---|
PlayerAttemptPickupItemEvent(Player player,
Item item)
Deprecated.
|
PlayerAttemptPickupItemEvent(Player player,
Item item,
int remaining) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFlyAtPlayer()
Gets if the item will fly at the player
|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
Item |
getItem()
Gets the Item attempted by the player.
|
int |
getRemaining()
Gets the amount that will remain on the ground, if any
|
boolean |
isCancelled()
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel)
Sets the cancellation state of this event.
|
void |
setFlyAtPlayer(boolean flyAtPlayer)
Set if the item will fly at the player
|
getPlayercallEvent, getEventName, isAsynchronous@Deprecated public PlayerAttemptPickupItemEvent(Player player, Item item)
public Item getItem()
public int getRemaining()
public void setFlyAtPlayer(boolean flyAtPlayer)
Cancelling the event will set this value to false.
flyAtPlayer - True for item to fly at playerpublic boolean getFlyAtPlayer()
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this eventpublic HandlerList getHandlers()
getHandlers in class Eventpublic static HandlerList getHandlerList()
Copyright © 2021. All rights reserved.