Class WEPasteSchematic

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
us.talabrek.ultimateskyblock.handler.task.WEPasteSchematic
All Implemented Interfaces:
Runnable

public class WEPasteSchematic extends org.bukkit.scheduler.BukkitRunnable
BukkitRunnable - to single it out on the timings page
  • Constructor Summary

    Constructors
    Constructor
    Description
    WEPasteSchematic(File file, org.bukkit.Location origin, PlayerPerk playerPerk)
     
  • 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

    • WEPasteSchematic

      public WEPasteSchematic(File file, org.bukkit.Location origin, PlayerPerk playerPerk)
  • Method Details

    • run

      public void run()