Package com.takenoko.actions.tile
Class DrawTileAction
java.lang.Object
com.takenoko.actions.tile.DrawTileAction
- All Implemented Interfaces:
Action
,DefaultAction
Action to draw a Tile from the deck.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
canBePlayed
(Board board) execute
(Board board, BotManager botManager) Executes the action on the board and the bot manager.
-
Constructor Details
-
DrawTileAction
public DrawTileAction()
-
-
Method Details