Package it.polimi.ingsw.view.cli.drawer
Interface Buildable
- All Known Implementing Classes:
ActivatedLeaderDrawer,CardSlotsDrawer,ChestDrawer,DeckDrawer,LeaderHandDrawer,LorenzoDrawer,MarketDrawer,TrackDrawer,WarehouseDrawer
public interface Buildable
Interface that allows an Object to build its Cli representation
-
Method Summary
Modifier and Type Method Description java.lang.String[][]build()Build a Cli representation of the Object in which is implemented
-
Method Details
-
build
java.lang.String[][] build()Build a Cli representation of the Object in which is implemented- Returns:
- the representation in matrix of String format
-