Class KingdomsTimings

java.lang.Object
org.kingdoms.managers.KingdomsTimings
All Implemented Interfaces:
org.bukkit.event.Listener

public final class KingdomsTimings extends Object implements org.bukkit.event.Listener
  • Field Details

  • Constructor Details

    • KingdomsTimings

      public KingdomsTimings()
  • Method Details

    • isEnabled

      public static boolean isEnabled()
    • getAverageTimesPerMinute

      public static double getAverageTimesPerMinute(List<Long> times)
    • enable

      public static void enable()
    • getStarted

      public static long getStarted()
    • addTiming

      public static void addTiming()
    • addTiming

      public static void addTiming(Object description)
    • moveToAnotherChunk

      public void moveToAnotherChunk(AsyncBatchLandLoadEvent event)
    • moveToAnotherChunk

      public void moveToAnotherChunk(LandChangeEvent event)
    • changeWorlds

      public void changeWorlds(org.bukkit.event.player.PlayerChangedWorldEvent event)
    • playerJoined

      public void playerJoined(org.bukkit.event.player.PlayerJoinEvent event)
    • playerLeft

      public void playerLeft(org.bukkit.event.player.PlayerQuitEvent event)
    • turretActivated

      public void turretActivated(TurretActivateEvent event)
    • guiOpened

      public void guiOpened(KingdomGUIOpenEvent event)