Class CreateIslandTask

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
us.talabrek.ultimateskyblock.island.task.CreateIslandTask
All Implemented Interfaces:
Runnable

public class CreateIslandTask extends org.bukkit.scheduler.BukkitRunnable
Task instead of anonymous runnable - so we get some info on /timings paste
  • Constructor Summary

    Constructors
    Constructor
    Description
    CreateIslandTask(uSkyBlock plugin, org.bukkit.entity.Player player, PlayerPerk playerPerk, org.bukkit.Location next, String cSchem)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class org.bukkit.scheduler.BukkitRunnable

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

    Methods inherited from class java.lang.Object

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

    • CreateIslandTask

      public CreateIslandTask(uSkyBlock plugin, org.bukkit.entity.Player player, PlayerPerk playerPerk, org.bukkit.Location next, String cSchem)
  • Method Details

    • run

      public void run()