[API] RoadrunnerAPI

Discussion in 'Resources' started by skyrimfan1, Mar 25, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    skyrimfan1

    Project deleted due to public disapproval and disuse.
     
  2. Offline

    xTrollxDudex

    skyrimfan1
    ._.

    Again, there's a ScheduledExecutorService for a reason.

    Edit: Also, no Bukkit calls. Unfortunately, this will only pass as a Java helper, not a Bukkit util.
     
  3. Offline

    Skyost

    skyrimfan1
    I do not understand why I should use this class instead of BukkitScheduler.
     
  4. So basically your providing a wrapper for:

    Code:java
    1. new Thread(new Runnable(){
    2. public void run(){
    3. while (true){
    4. Thread.sleep(1); // change to however millis
    5. System.out.println("Something");
    6. }
    7. }
    8. }).start();
     
  5. Offline

    Phasesaber


    Wow. Such fastness. Much speed. Wow.
     
Thread Status:
Not open for further replies.

Share This Page