Class BukkitArena

All Implemented Interfaces:
Runnable, Initializer

public abstract class BukkitArena extends Arena
The Arena for Bukkit
  • Constructor Details

    • BukkitArena

      public BukkitArena(List<FeatureUnit> parentList)
      Create a new arena
      Parameters:
      parentList - the parent FeatureUnit list
    • BukkitArena

      public BukkitArena(FeatureUnit... parent)
      Create a new arena
      Parameters:
      parent - the parent FeatureUnit
  • Method Details

    • isAsync

      public boolean isAsync()
      Whether the task is async or not. Default is true
      Returns:
      true if the task is async
    • callStateChanged

      protected boolean callStateChanged(GameState oldStage, GameState newStage)
      Overrides:
      callStateChanged in class Arena