Uses of Class
com.takenoko.objective.Objective
Packages that use Objective
Package
Description
-
Uses of Objective in com.takenoko.actions.objective
Fields in com.takenoko.actions.objective declared as ObjectiveModifier and TypeFieldDescription(package private) final ObjectiveRedeemObjectiveAction.objectiveConstructors in com.takenoko.actions.objective with parameters of type Objective -
Uses of Objective in com.takenoko.asset
Fields in com.takenoko.asset declared as ObjectiveMethods in com.takenoko.asset that return ObjectiveMethods in com.takenoko.asset that return types with arguments of type ObjectiveModifier and TypeMethodDescriptionGameAssets.getStarterDeck()Return the list of objectives for the starting deckObjectiveDeck.getStarterDeck()Create the starter deck for a player -
Uses of Objective in com.takenoko.bot.utils.pathfinding.gardener
Methods in com.takenoko.bot.utils.pathfinding.gardener that return types with arguments of type ObjectiveModifier and TypeMethodDescriptionstatic @NotNull Map<Objective,List<PositionVector>> GardenerPathfinding.getGardenerMoves(Board board, BotState botState) -
Uses of Objective in com.takenoko.engine
Fields in com.takenoko.engine with type parameters of type ObjectiveModifier and TypeFieldDescriptionObjectiveManager.achievedObjectivesObjectiveManager.objectivesHistoryItem.redeemedObjectivesThe field for theredeemedObjectivesrecord component.ObjectiveManager.redeemedObjectivesMethods in com.takenoko.engine that return ObjectiveMethods in com.takenoko.engine that return types with arguments of type ObjectiveModifier and TypeMethodDescriptionBotManager.getAchievedObjectives()BotState.getAchievedObjectives()get the list of achieved objectivesObjectiveManager.getAchievedObjectives()get the list of achieved objectivesBotState.getNotAchievedObjectives()ObjectiveManager.getNotAchievedObjectives()BotState.getObjectives()Get the current Objectives of the botObjectiveManager.getObjectives()Get the current Objectives of the botBotManager.getRedeemedObjectives()BotState.getRedeemedObjectives()Get the list of the redeemed objectivesObjectiveManager.getRedeemedObjectives()Get the list of the redeemed objectivesBoard.getStarterDeck()Return the list of objectives for the starting deckHistoryItem.redeemedObjectives()Returns the value of theredeemedObjectivesrecord component.Methods in com.takenoko.engine with parameters of type ObjectiveModifier and TypeMethodDescriptionvoidBotManager.addObjective(Objective objective) voidBotState.addObjective(Objective objective) Set the current Objective of the botvoidObjectiveManager.addObjective(Objective objective) Set the current Objective of the botvoidBotManager.redeemObjective(Objective objective) voidBotState.redeemObjective(Objective objective) redeem an objectivevoidObjectiveManager.redeemObjective(Objective objective, BotState botState) redeem an objectivevoidBotManager.setObjectiveAchieved(Objective objective) voidBotState.setObjectiveAchieved(Objective objective) set an objective as achievedvoidObjectiveManager.setObjectiveAchieved(Objective objective) set an objective as achievedvoidBotState.setObjectiveNotAchieved(Objective objective) set an objective as not achievedvoidObjectiveManager.setObjectiveNotAchieved(Objective objective) set an objective as not achievedMethod parameters in com.takenoko.engine with type arguments of type ObjectiveModifier and TypeMethodDescriptionvoidBotManager.setStartingDeck(List<Objective> objectives) Set the starting deckvoidBotState.setStartingDeck(List<Objective> objectives) Set the starting deckvoidObjectiveManager.setStartingDeck(List<Objective> objectives) Set the starting deck for a botConstructor parameters in com.takenoko.engine with type arguments of type ObjectiveModifierConstructorDescriptionHistoryItem(Action action, List<Objective> redeemedObjectives) Creates an instance of aHistoryItemrecord class. -
Uses of Objective in com.takenoko.objective
Subclasses of Objective in com.takenoko.objectiveModifier and TypeClassDescriptionclassThis class represents the emperor objective.classObjective is to complete a certain number of single gardener objectives.classThe Panda objective.classclassClass SingleGardenerObjective represents a single gardener objective.Methods in com.takenoko.objective that return Objective -
Uses of Objective in com.takenoko.stats
Methods in com.takenoko.stats with parameters of type ObjectiveModifier and TypeMethodDescriptionvoidSingleBotStatistics.updateObjectivesRedeemed(Objective objective) voidGameProgressStatistics.updateRedeemedOneObjective(Objective objective) Method parameters in com.takenoko.stats with type arguments of type ObjectiveModifier and TypeMethodDescriptionvoidGameProgressStatistics.updateRedeemedObjectives(List<Objective> objectiveList)