java.lang.Object
io.github.thebusybiscuit.slimefun4.implementation.tasks.player.BeeWingsTask
All Implemented Interfaces:
Runnable

public class BeeWingsTask extends Object
This task is responsible for the repeating checks for our BeeWings.
Author:
beSnow, TheBusyBiscuit
See Also:
  • Field Details

    • p

      protected final Player p
  • Constructor Details

    • BeeWingsTask

      public BeeWingsTask(@Nonnull Player p)
  • Method Details

    • executeTask

      protected void executeTask()
    • isValid

      protected boolean isValid()
      This method checks if this AbstractPlayerTask should be continued or cancelled. It will also cancel this AbstractPlayerTask if it became invalid.
      Returns:
      Whether this AbstractPlayerTask is still valid
    • schedule

      public void schedule(long delay)
    • scheduleRepeating

      public void scheduleRepeating(long delay, long interval)
    • run

      public final void run()
      Specified by:
      run in interface Runnable
    • cancel

      public final void cancel()
      This method cancels this AbstractPlayerTask.