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) ConsoleUserInterfacePriorityBot.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 ConsoleUserInterfaceIrrigationPathFinding.consoleUserInterface -
Uses of ConsoleUserInterface in com.takenoko.engine
Fields in com.takenoko.engine declared as ConsoleUserInterfaceModifier and TypeFieldDescriptionprivate final ConsoleUserInterfaceBotManager.consoleUserInterfaceprivate final ConsoleUserInterfaceGameEngine.consoleUserInterfaceprivate static final ConsoleUserInterfaceBotManager.DEFAULT_CONSOLE_USER_INTERFACEConstructors 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)