Class GenerateTask

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

public class GenerateTask extends org.bukkit.scheduler.BukkitRunnable
Task for generating player-info-data after island has been formed.
  • Constructor Summary

    Constructors
    Constructor
    Description
    GenerateTask(uSkyBlock plugin, org.bukkit.entity.Player player, PlayerInfo pi, org.bukkit.Location next, PlayerPerk playerPerk, String schematicName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     
    void
    setChestLocation(org.bukkit.Location chestLocation)
     

    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

    • GenerateTask

      public GenerateTask(uSkyBlock plugin, org.bukkit.entity.Player player, PlayerInfo pi, org.bukkit.Location next, PlayerPerk playerPerk, String schematicName)
  • Method Details

    • setChestLocation

      public void setChestLocation(org.bukkit.Location chestLocation)
    • run

      public void run()