Exemplo n.º 1
0
 /** Schedules the background rendering task for being executed. */
 public void start() {
   stop();
   renderTask = new ChunkInfoRenderingTask(plugin);
   renderTask.runTaskTimerAsynchronously(plugin, 0, 20);
 }