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

    Constructors
    Constructor
    Description
    StructurePicker​(@Nullable org.bukkit.block.Block bl, org.bukkit.Chunk ch, CustomStructures plugin)
     
  • 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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StructurePicker

      public StructurePicker(@Nullable @Nullable org.bukkit.block.Block bl, org.bukkit.Chunk ch, CustomStructures plugin)
  • Method Details

    • run

      public void run()