Package com.ryandw11.structure.utils
Class StructurePicker
java.lang.Object
org.bukkit.scheduler.BukkitRunnable
com.ryandw11.structure.utils.StructurePicker
- All Implemented Interfaces:
Runnable
public class StructurePicker
extends org.bukkit.scheduler.BukkitRunnable
This class prevents the server from crashing when it attempts to pick a
structure.
The server will still lag a bit thanks to the nature of 1.14.
- Author:
- Ryandw11
-
Constructor Summary
ConstructorsConstructorDescriptionStructurePicker(@Nullable org.bukkit.block.Block bl, org.bukkit.Chunk ch, CustomStructures plugin)
-
Method Summary
Methods inherited from class org.bukkit.scheduler.BukkitRunnable
cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously
-
Constructor Details
-
StructurePicker
public StructurePicker(@Nullable @Nullable org.bukkit.block.Block bl, org.bukkit.Chunk ch, CustomStructures plugin)
-
-
Method Details
-
run
public void run()
-