Cancellable
public class PlayerAttemptPickupItemEvent extends PlayerEvent implements Cancellable
Event.Result
player
Constructor | Description |
---|---|
PlayerAttemptPickupItemEvent(@NotNull Player player,
@NotNull Item item) |
Deprecated.
|
PlayerAttemptPickupItemEvent(@NotNull Player player,
@NotNull Item item,
int remaining) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
getFlyAtPlayer() |
Gets if the item will fly at the player
|
static @NotNull HandlerList |
getHandlerList() |
|
@NotNull HandlerList |
getHandlers() |
|
@NotNull 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
|
callEvent, getEventName, isAsynchronous
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPlayer
@Deprecated public PlayerAttemptPickupItemEvent(@NotNull @NotNull Player player, @NotNull @NotNull Item item)
@NotNull public @NotNull 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()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancel)
Cancellable
setCancelled
in interface Cancellable
cancel
- 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.