Class LocateChestTask

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

public class LocateChestTask extends org.bukkit.scheduler.BukkitRunnable
A task that looks for a chest at an island location.
  • Constructor Summary

    Constructors
    Constructor
    Description
    LocateChestTask(uSkyBlock plugin, org.bukkit.entity.Player player, org.bukkit.Location islandLocation, GenerateTask onCompletion)
     
  • 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

    • LocateChestTask

      public LocateChestTask(uSkyBlock plugin, org.bukkit.entity.Player player, org.bukkit.Location islandLocation, GenerateTask onCompletion)
  • Method Details

    • run

      public void run()