Package com.takenoko.actions.improvement
Class DrawImprovementAction
java.lang.Object
com.takenoko.actions.improvement.DrawImprovementAction
- All Implemented Interfaces:
Action
Action to draw an improvement from the deck. if the improvement is not available in the deck, the
bot can choose to and apply a weather instead.
-
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
-
improvementType
-
-
Constructor Details
-
DrawImprovementAction
-
-
Method Details
-
execute
Description copied from interface:Action
Executes the action on the board and the bot manager. -
equals
-
hashCode
public int hashCode()
-