Class TrailTick

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
io.github.sefiraat.slimetinker.runnables.TrailTick
All Implemented Interfaces:
Runnable

public class TrailTick extends org.bukkit.scheduler.BukkitRunnable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addPlayer(org.bukkit.entity.Player player)
     
    static void
    removePlayer(org.bukkit.entity.Player player)
     
    void
    run()
     

    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 Details

    • TrailTick

      public TrailTick()
  • Method Details

    • run

      public void run()
    • addPlayer

      public static void addPlayer(@Nonnull org.bukkit.entity.Player player)
    • removePlayer

      public static void removePlayer(@Nonnull org.bukkit.entity.Player player)