Add: complete JavaDoc for networking, heartbeat, totem flow and game events
This commit is contained in:
@@ -185,6 +185,13 @@ public class TUI implements IView {
|
||||
System.out.println(AsciiTable.sideBySide(lines, lines2, 3));
|
||||
}
|
||||
|
||||
/**
|
||||
* Renders the available totems in the terminal interface.
|
||||
*
|
||||
* <p>The method clears the terminal, builds a table containing the currently
|
||||
* available totems together with their selection positions, and displays the
|
||||
* instructions required to choose one.
|
||||
*/
|
||||
public void renderTotems() {
|
||||
clearTerminal();
|
||||
var table = new AsciiTable(BorderStyle.ROUNDED, model.availableTotems.size());
|
||||
|
||||
Reference in New Issue
Block a user