Class SimpleBukkitArena

All Implemented Interfaces:
Runnable, TimePeriod, Initializer

public class SimpleBukkitArena extends BukkitArena
The simple BukkitArena that runs every seconds
  • Constructor Details

    • SimpleBukkitArena

      public SimpleBukkitArena(String name, ArenaManager arenaManager)
      Create a new arena
      Parameters:
      name - the name of the arena
      arenaManager - the arena manager
  • Method Details

    • getDelay

      public long getDelay()
    • getPeriod

      public long getPeriod()
    • isAsync

      public boolean isAsync()
      Description copied from class: BukkitArena
      Does the task run asynchronously?
      Specified by:
      isAsync in class BukkitArena
      Returns:
      true if it does