CancellablePlayerPickupArrowEvent@Deprecated public class PlayerPickupItemEvent extends PlayerEvent implements Cancellable
Event.Resultplayer| Constructor | Description | 
|---|---|
| PlayerPickupItemEvent(@NotNull Player player,
                     @NotNull Item item,
                     int remaining) | Deprecated.  | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static @NotNull HandlerList | getHandlerList() | Deprecated.  | 
| @NotNull HandlerList | getHandlers() | Deprecated.  | 
| @NotNull 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. | 
getEventName, isAsynchronousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPlayer@NotNull public @NotNull Item getItem()
public int getRemaining()
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this event@NotNull public @NotNull HandlerList getHandlers()
getHandlers in class Event@NotNull public static @NotNull HandlerList getHandlerList()
Copyright © 2020. All rights reserved.