Uses of Class
com.takenoko.ui.ConsoleUserInterface
Packages that use ConsoleUserInterface
Package
Description
-
Uses of ConsoleUserInterface in com.takenoko.bot
Fields in com.takenoko.bot declared as ConsoleUserInterfaceModifier and TypeFieldDescription(package private) ConsoleUserInterface
PriorityBot.consoleUserInterface
-
Uses of ConsoleUserInterface in com.takenoko.bot.utils.pathfinding.irrigation
Fields in com.takenoko.bot.utils.pathfinding.irrigation declared as ConsoleUserInterfaceModifier and TypeFieldDescription(package private) static ConsoleUserInterface
IrrigationPathFinding.consoleUserInterface
-
Uses of ConsoleUserInterface in com.takenoko.engine
Fields in com.takenoko.engine declared as ConsoleUserInterfaceModifier and TypeFieldDescriptionprivate final ConsoleUserInterface
BotManager.consoleUserInterface
private final ConsoleUserInterface
GameEngine.consoleUserInterface
private static final ConsoleUserInterface
BotManager.DEFAULT_CONSOLE_USER_INTERFACE
Constructors in com.takenoko.engine with parameters of type ConsoleUserInterfaceModifierConstructorDescriptionBotManager
(ConsoleUserInterface consoleUserInterface, String name, Bot bot, BotState botState, SingleBotStatistics botStatistics) Constructor for the classGameEngine
(int numberOfRounds, Board board, ConsoleUserInterface consoleUserInterface, GameState gameState, List<BotManager> botManagerList, Scoreboard scoreboard, BotStatistics botStatistics, History history)