Package com.takenoko.actions.improvement
Class ApplyImprovementAction
java.lang.Object
com.takenoko.actions.improvement.ApplyImprovementAction
- All Implemented Interfaces:
Action
- Direct Known Subclasses:
ApplyImprovementFromInventoryAction
Action to draw an improvement from the inventory. Throws an exception if the improvement is not
available.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(Board board, BotManager botManager) Executes the action on the board and the bot manager.int
hashCode()
-
Field Details
-
positionVector
-
-
Constructor Details
-
ApplyImprovementAction
-
-
Method Details
-
execute
Description copied from interface:Action
Executes the action on the board and the bot manager. -
equals
-
hashCode
public int hashCode()
-