Package com.ryandw11.structure.threading
Class CheckStructureList
java.lang.Object
org.bukkit.scheduler.BukkitRunnable
com.ryandw11.structure.threading.CheckStructureList
- All Implemented Interfaces:
Runnable
public class CheckStructureList
extends org.bukkit.scheduler.BukkitRunnable
This ensures that there is not a memory leak with the structure list.
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.bukkit.scheduler.BukkitRunnable
cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously
-
Field Details
-
MAX_STORED_STRUCTURES
public static final int MAX_STORED_STRUCTURES- See Also:
- Constant Field Values
-
-
Constructor Details
-
CheckStructureList
-
-
Method Details
-
run
public void run()
-