Class ProjectileTickTask

java.lang.Object
studio.magemonkey.fabled.thread.RepeatThreadTask
studio.magemonkey.fabled.task.ProjectileTickTask
All Implemented Interfaces:
Runnable, IThreadTask

public class ProjectileTickTask extends RepeatThreadTask
Task used to implement ProjectileTickEvent
  • Constructor Details

    • ProjectileTickTask

      public ProjectileTickTask(org.bukkit.entity.LivingEntity shooter, org.bukkit.entity.Projectile projectile)
  • Method Details

    • run

      public void run()
      Checks if projectile still did not hit the entity/ground and then throws @ProjectileTickEvent