CancellablePlayerPickupArrowEvent@Deprecated public class PlayerPickupItemEvent extends PlayerEvent implements Cancellable
Event.Resultplayer| Constructor | Description | 
|---|---|
| PlayerPickupItemEvent(Player player,
                     Item item,
                     int remaining) | Deprecated. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | getFlyAtPlayer() | Deprecated. Gets if the item will fly at the player | 
| static HandlerList | getHandlerList() | Deprecated. | 
| HandlerList | getHandlers() | Deprecated. | 
| Item | getItem() | Deprecated. Gets the Item picked up by the player. | 
| int | getRemaining() | Deprecated. Gets the amount remaining on the ground, if any | 
| boolean | isCancelled() | Deprecated. Gets the cancellation state of this event. | 
| void | setCancelled(boolean cancel) | Deprecated. Sets the cancellation state of this event. | 
| void | setFlyAtPlayer(boolean flyAtPlayer) | Deprecated. Set if the item will fly at the player | 
callEvent, getEventName, isAsynchronousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPlayerpublic 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 © 2018. All rights reserved.