Class LoadAllOutpostData

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
me.ulrich.outpost.manager.data.LoadAllOutpostData
All Implemented Interfaces:
Runnable

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

    Constructors
    Constructor
    Description
    LoadAllOutpostData(Outpost outpost, boolean async)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class org.bukkit.scheduler.BukkitRunnable

    cancel, getTaskId, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LoadAllOutpostData

      public LoadAllOutpostData(Outpost outpost, boolean async)
  • Method Details

    • run

      public void run()