public class PetAbilityMend extends java.lang.Object implements WauzPetAbility
WauzPetAbilities
Modifier and Type | Field and Description |
---|---|
private SkillParticle |
particle
The particles used to display the ability's effect.
|
Constructor and Description |
---|
PetAbilityMend() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAbilityDescription() |
int |
getAbilityLevel() |
java.lang.String |
getAbilityName() |
void |
use(org.bukkit.entity.Player player,
org.bukkit.entity.Entity pet)
Executes this ability for the given player and pet.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
spawnParticles
private SkillParticle particle
public java.lang.String getAbilityName()
getAbilityName
in interface WauzPetAbility
public java.lang.String getAbilityDescription()
getAbilityDescription
in interface WauzPetAbility
public int getAbilityLevel()
getAbilityLevel
in interface WauzPetAbility
public void use(org.bukkit.entity.Player player, org.bukkit.entity.Entity pet)
use
in interface WauzPetAbility
player
- The player bound to this runnable.pet
- The pet bound to this runnable.