public class WandPreActivateEvent
extends org.bukkit.event.Event
implements org.bukkit.event.Cancellable
| Constructor and Description |
|---|
WandPreActivateEvent(Mage mage,
Wand wand) |
| Modifier and Type | Method and Description |
|---|---|
static org.bukkit.event.HandlerList |
getHandlerList() |
org.bukkit.event.HandlerList |
getHandlers() |
Mage |
getMage() |
Wand |
getWand() |
boolean |
isCancelled() |
void |
setCancelled(boolean cancel) |
public org.bukkit.event.HandlerList getHandlers()
getHandlers in class org.bukkit.event.Eventpublic static org.bukkit.event.HandlerList getHandlerList()
public Mage getMage()
public Wand getWand()
public boolean isCancelled()
isCancelled in interface org.bukkit.event.Cancellablepublic void setCancelled(boolean cancel)
setCancelled in interface org.bukkit.event.CancellableCopyright © 2021 elMakers. All rights reserved.