Uses of Record Class
com.takenoko.actions.ActionResult
Packages that use ActionResult
Package
Description
-
Uses of ActionResult in com.takenoko.actions
Methods in com.takenoko.actions that return ActionResultModifier and TypeMethodDescriptionAction.execute
(Board board, BotManager botManager) Executes the action on the board and the bot manager. -
Uses of ActionResult in com.takenoko.actions.actors
Methods in com.takenoko.actions.actors that return ActionResultModifier and TypeMethodDescriptionMoveGardenerAction.execute
(Board board, BotManager botManager) Move the Gardener with a vector on the board and display a message.MovePandaAction.execute
(Board board, BotManager botManager) Move the panda with a vector on the board and display a message. -
Uses of ActionResult in com.takenoko.actions.bamboo
Methods in com.takenoko.actions.bamboo that return ActionResult -
Uses of ActionResult in com.takenoko.actions.improvement
Methods in com.takenoko.actions.improvement that return ActionResultModifier and TypeMethodDescriptionApplyImprovementAction.execute
(Board board, BotManager botManager) ApplyImprovementFromInventoryAction.execute
(Board board, BotManager botManager) DrawImprovementAction.execute
(Board board, BotManager botManager) StoreImprovementAction.execute
(Board board, BotManager botManager) -
Uses of ActionResult in com.takenoko.actions.irrigation
Methods in com.takenoko.actions.irrigation that return ActionResultModifier and TypeMethodDescriptionDrawIrrigationAction.execute
(Board board, BotManager botManager) PlaceIrrigationAction.execute
(Board board, BotManager botManager) PlaceIrrigationFromInventoryAction.execute
(Board board, BotManager botManager) StoreIrrigationInInventoryAction.execute
(Board board, BotManager botManager) -
Uses of ActionResult in com.takenoko.actions.objective
Methods in com.takenoko.actions.objective that return ActionResultModifier and TypeMethodDescriptionDrawObjectiveAction.execute
(Board board, BotManager botManager) RedeemObjectiveAction.execute
(Board board, BotManager botManager) -
Uses of ActionResult in com.takenoko.actions.tile
Methods in com.takenoko.actions.tile that return ActionResultModifier and TypeMethodDescriptionDrawTileAction.execute
(Board board, BotManager botManager) PlaceTileAction.execute
(Board board, BotManager botManager) Place the tile on the board and display a message.PlaceTileWithImprovementAction.execute
(Board board, BotManager botManager) Apply the improvement on tile then place the tile on the board and display a message. -
Uses of ActionResult in com.takenoko.actions.weather
Methods in com.takenoko.actions.weather that return ActionResultModifier and TypeMethodDescriptionChooseAndApplyWeatherAction.execute
(Board board, BotManager botManager) ChooseIfApplyWeatherAction.execute
(Board board, BotManager botManager) -
Uses of ActionResult in com.takenoko.engine
Methods in com.takenoko.engine with parameters of type ActionResultModifier and TypeMethodDescriptionvoid
ActionManager.updateAvailableActions
(Action action, ActionResult actionResult) update an action in available actionsvoid
BotState.updateAvailableActions
(Action action, ActionResult actionResult) update an action in available actions