Class CastTextListener.CastTextTask

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
studio.magemonkey.fabled.listener.CastTextListener.CastTextTask
All Implemented Interfaces:
Runnable
Enclosing class:
CastTextListener

public class CastTextListener.CastTextTask extends org.bukkit.scheduler.BukkitRunnable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    run()
     

    Methods inherited from class org.bukkit.scheduler.BukkitRunnable

    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

    • CastTextTask

      public CastTextTask(PlayerData playerData)
  • Method Details