Class LocationUtil.ScanChest

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
us.talabrek.ultimateskyblock.util.LocationUtil.ScanChest
All Implemented Interfaces:
Runnable
Enclosing class:
LocationUtil

public static class LocationUtil.ScanChest extends org.bukkit.scheduler.BukkitRunnable
  • Constructor Summary

    Constructors
    Constructor
    Description
    ScanChest(org.bukkit.Location loc, us.talabrek.ultimateskyblock.api.async.Callback<org.bukkit.Location> callback, ChunkUtil.Chunks snapshots)
     
  • 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

    • ScanChest

      public ScanChest(org.bukkit.Location loc, us.talabrek.ultimateskyblock.api.async.Callback<org.bukkit.Location> callback, ChunkUtil.Chunks snapshots)
  • Method Details

    • run

      public void run()