Cancellablepublic class PlayerItemCooldownEvent extends PlayerEvent implements Cancellable
Event.Resultplayer| Constructor | Description |
|---|---|
PlayerItemCooldownEvent(Player player,
Material type,
int cooldown) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCooldown() |
Gets the cooldown in ticks.
|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
Material |
getType() |
Get the material affected by the cooldown.
|
boolean |
isCancelled() |
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel) |
Sets the cancellation state of this event.
|
void |
setCooldown(int cooldown) |
Sets the cooldown of the material in ticks.
|
callEvent, getEventName, isAsynchronousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPlayer@NotNull public Material getType()
public int getCooldown()
public void setCooldown(int cooldown)
cooldown - cooldown in ticks, has to be a positive numberpublic boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this event@NotNull public HandlerList getHandlers()
getHandlers in class Event@NotNull public static HandlerList getHandlerList()
Copyright © 2021. All rights reserved.