public class PetAbilityHide 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 |
|---|
PetAbilityHide() |
| 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, waitspawnParticlesprivate SkillParticle particle
public java.lang.String getAbilityName()
getAbilityName in interface WauzPetAbilitypublic java.lang.String getAbilityDescription()
getAbilityDescription in interface WauzPetAbilitypublic int getAbilityLevel()
getAbilityLevel in interface WauzPetAbilitypublic void use(org.bukkit.entity.Player player,
org.bukkit.entity.Entity pet)
use in interface WauzPetAbilityplayer - The player bound to this runnable.pet - The pet bound to this runnable.