Class RegulatorManager

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

public final class RegulatorManager extends Object implements org.bukkit.event.Listener
  • Constructor Details

    • RegulatorManager

      public RegulatorManager()
  • Method Details

    • onSpawn

      public void onSpawn(org.bukkit.event.entity.CreatureSpawnEvent event)
    • onRegulatorPlace

      public void onRegulatorPlace(KingdomItemPlaceEvent<?> event)
    • refillAllTurrets

      public static void refillAllTurrets(Land land, Kingdom kingdom, Regulator regulator)
    • onKingdomResourcePointIncreaseTurretRefill

      public void onKingdomResourcePointIncreaseTurretRefill(GroupResourcePointConvertEvent event)
    • onTurretPlaceRefill

      public void onTurretPlaceRefill(KingdomItemPlaceEvent<?> event)
    • refillTurret

      public static boolean refillTurret(RangedTurret turret, Kingdom kingdom, Regulator regulator)