Class StoreImprovementAction

java.lang.Object
com.takenoko.actions.improvement.StoreImprovementAction
All Implemented Interfaces:
Action

public class StoreImprovementAction extends Object implements Action
Action to store an improvement in the inventory.
  • Constructor Details

    • StoreImprovementAction

      public StoreImprovementAction()
  • Method Details

    • execute

      public ActionResult execute(Board board, BotManager botManager)
      Description copied from interface: Action
      Executes the action on the board and the bot manager.
      Specified by:
      execute in interface Action
      Parameters:
      board - the board
      botManager - the bot manager
      Returns:
      the action result