Class OptEcoRunnable

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
me.playernguyen.opteco.schedule.OptEcoRunnable
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
CloseConnectionRunnable, TransactionCountRunnable

public abstract class OptEcoRunnable
extends org.bukkit.scheduler.BukkitRunnable
  • Constructor Summary

    Constructors 
    Constructor Description
    OptEcoRunnable()  
  • Method Summary

    Modifier and Type Method Description
    OptEco getInstance()  

    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

    Methods inherited from interface java.lang.Runnable

    run