public interface GameView
ConsoleView| Modifier and Type | Method and Description |
|---|---|
boolean |
checkContinue() |
java.lang.String |
displayMainMenu() |
void |
endGame() |
void |
knightNotFound() |
void |
listKnights(java.util.List<Knight> knights) |
void |
printBattleText(java.util.List<MOB> monsters,
java.util.List<Knight> activeKnights) |
void |
printBattleText(MOB dead) |
void |
printDefeated() |
void |
printFortunes(java.util.List<Knight> activeKnights) |
void |
printHelp() |
void |
setActiveFailed() |
void |
showKnight(Knight knight) |
void |
splashScreen() |
void splashScreen()
void endGame()
java.lang.String displayMainMenu()
void printHelp()
void listKnights(java.util.List<Knight> knights)
void knightNotFound()
void showKnight(Knight knight)
void setActiveFailed()
void printBattleText(java.util.List<MOB> monsters, java.util.List<Knight> activeKnights)
void printBattleText(MOB dead)
void printFortunes(java.util.List<Knight> activeKnights)
boolean checkContinue()
void printDefeated()