Class ChunkSnapShotTask

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

public class ChunkSnapShotTask extends IncrementalRunnable
Incremental task for snapshotting chunks.
  • Constructor Details

    • ChunkSnapShotTask

      public ChunkSnapShotTask(uSkyBlock plugin, org.bukkit.Location location, com.sk89q.worldguard.protection.regions.ProtectedRegion region, us.talabrek.ultimateskyblock.api.async.Callback<List<org.bukkit.ChunkSnapshot>> callback)