public class SkillTheDevil extends java.lang.Object implements WauzPlayerSkill
WauzPlayerSkill| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SKILL_NAME
The static name of the skill.
|
| Constructor and Description |
|---|
SkillTheDevil() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
executeSkill(org.bukkit.entity.Player player,
org.bukkit.inventory.ItemStack weapon)
Executes the skill for the given player.
|
int |
getCooldownSeconds() |
int |
getManaCost() |
java.lang.String |
getSkillDescriptionEffect() |
WauzPlayerSkillType |
getSkillDescriptionType() |
java.lang.String |
getSkillId() |
java.lang.String |
getSkillQuickSlotEffect() |
boolean |
isPhysical() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSkillDescription, getSkillStatspublic static final java.lang.String SKILL_NAME
public java.lang.String getSkillId()
getSkillId in interface WauzPlayerSkillpublic WauzPlayerSkillType getSkillDescriptionType()
getSkillDescriptionType in interface WauzPlayerSkillpublic java.lang.String getSkillDescriptionEffect()
getSkillDescriptionEffect in interface WauzPlayerSkillpublic java.lang.String getSkillQuickSlotEffect()
getSkillQuickSlotEffect in interface WauzPlayerSkillpublic int getCooldownSeconds()
getCooldownSeconds in interface WauzPlayerSkillpublic int getManaCost()
getManaCost in interface WauzPlayerSkillpublic boolean isPhysical()
isPhysical in interface WauzPlayerSkillpublic boolean executeSkill(org.bukkit.entity.Player player,
org.bukkit.inventory.ItemStack weapon)
executeSkill in interface WauzPlayerSkillplayer - The player who executes the skill.weapon - The weapon that player uses for it.