Package fr.royalpha.revenge.core.task
Class AggroTask
- java.lang.Object
-
- org.bukkit.scheduler.BukkitRunnable
-
- fr.royalpha.revenge.core.task.AggroTask
-
- All Implemented Interfaces:
java.lang.Runnable
public class AggroTask extends org.bukkit.scheduler.BukkitRunnable
-
-
Constructor Summary
Constructors Constructor Description AggroTask(org.bukkit.entity.Entity ent, Mob m, org.bukkit.entity.Entity victim, RevengePlugin instance)
-
Method Summary
Modifier and Type Method Description void
down()
org.bukkit.entity.Entity
getKiller()
org.bukkit.entity.Entity
getVictim()
void
resetBloodAnimation(java.lang.Double damage)
void
run()
void
walkToLocation(org.bukkit.Location location, java.lang.Double speed)
-
-
-
Constructor Detail
-
AggroTask
public AggroTask(org.bukkit.entity.Entity ent, Mob m, org.bukkit.entity.Entity victim, RevengePlugin instance)
-
-
Method Detail
-
run
public void run()
-
down
public void down()
-
walkToLocation
public void walkToLocation(org.bukkit.Location location, java.lang.Double speed)
-
getKiller
public org.bukkit.entity.Entity getKiller()
-
getVictim
public org.bukkit.entity.Entity getVictim()
-
resetBloodAnimation
public void resetBloodAnimation(java.lang.Double damage)
-
-