Class PandaPathfinding
java.lang.Object
com.takenoko.bot.utils.pathfinding.panda.PandaPathfinding
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<PandaObjective,
List<PositionVector>> getPandaMoves
(Board board, BotState botState) static List<PositionVector>
getPandaMovesThatEatBamboo
(Board board)
-
Constructor Details
-
PandaPathfinding
private PandaPathfinding()
-
-
Method Details
-
getPandaMoves
public static Map<PandaObjective,List<PositionVector>> getPandaMoves(Board board, BotState botState) -
getPandaMovesThatEatBamboo
-