public class PathUpgradeEvent
extends org.bukkit.event.Event
| Constructor and Description |
|---|
PathUpgradeEvent(Mage mage,
Wand wand,
MageClass mageClass,
ProgressionPath oldPath,
ProgressionPath newPath) |
| Modifier and Type | Method and Description |
|---|---|
static org.bukkit.event.HandlerList |
getHandlerList() |
org.bukkit.event.HandlerList |
getHandlers() |
Mage |
getMage() |
MageClass |
getMageClass() |
ProgressionPath |
getNewPath() |
ProgressionPath |
getOldPath() |
Wand |
getWand() |
public PathUpgradeEvent(@Nonnull Mage mage, @Nullable Wand wand, @Nullable MageClass mageClass, @Nonnull ProgressionPath oldPath, @Nonnull ProgressionPath newPath)
public org.bukkit.event.HandlerList getHandlers()
getHandlers in class org.bukkit.event.Eventpublic static org.bukkit.event.HandlerList getHandlerList()
@Nonnull public ProgressionPath getOldPath()
@Nonnull public ProgressionPath getNewPath()
Copyright © 2021 elMakers. All rights reserved.