Class 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)  
      • Methods inherited from class org.bukkit.scheduler.BukkitRunnable

        cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)