public class PlayerItemConsumeEvent extends PlayerEvent implements Cancellable
Event.Resultplayer| Constructor and Description |
|---|
PlayerItemConsumeEvent(Player player,
ItemStack item) |
| Modifier and Type | Method and Description |
|---|---|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
ItemStack |
getItem()
Gets the item that is being consumed.
|
ItemStack |
getReplacement()
Return the custom item stack that will replace the consumed item, or null if no
custom replacement has been set (which means the default replacement will be used).
|
boolean |
isCancelled()
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel)
Sets the cancellation state of this event.
|
void |
setItem(ItemStack item)
Set the item being consumed
|
void |
setReplacement(ItemStack replacement)
Set a custom item stack to replace the consumed item.
|
getPlayercallEvent, getEventName, isAsynchronouspublic ItemStack getItem()
setItem(org.bukkit.inventory.ItemStack) instead.public void setItem(ItemStack item)
item - the item being consumed@Nullable public ItemStack getReplacement()
public void setReplacement(@Nullable ItemStack replacement)
replacement - Replacement item to set, null to clear any custom stack and use defaultpublic 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.