Uses of Enum Class
com.takenoko.objective.ObjectiveType
Packages that use ObjectiveType
Package
Description
-
Uses of ObjectiveType in com.takenoko.actions.objective
Fields in com.takenoko.actions.objective declared as ObjectiveTypeMethods in com.takenoko.actions.objective that return ObjectiveTypeModifier and TypeMethodDescriptionDrawObjectiveAction.getObjectiveType()
Get the objective type of the actionConstructors in com.takenoko.actions.objective with parameters of type ObjectiveType -
Uses of ObjectiveType in com.takenoko.asset
Methods in com.takenoko.asset with parameters of type ObjectiveTypeModifier and TypeMethodDescriptionvoid
ObjectiveDeck.draw
(ObjectiveType objectiveType) boolean
ObjectiveDeck.hasObjectiveType
(ObjectiveType objectiveType) boolean
GameAssets.hasObjectiveTypeInDeck
(ObjectiveType objectiveType) -
Uses of ObjectiveType in com.takenoko.engine
Methods in com.takenoko.engine with parameters of type ObjectiveTypeModifier and TypeMethodDescriptionvoid
Board.drawObjective
(ObjectiveType objectiveType) boolean
Board.hasObjectiveTypeInDeck
(ObjectiveType objectiveType) -
Uses of ObjectiveType in com.takenoko.objective
Fields in com.takenoko.objective declared as ObjectiveTypeMethods in com.takenoko.objective that return ObjectiveTypeModifier and TypeMethodDescriptionObjective.getType()
static ObjectiveType
Returns the enum constant of this class with the specified name.static ObjectiveType[]
ObjectiveType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.takenoko.objective with parameters of type ObjectiveTypeModifierConstructorDescriptionprotected
Objective
(ObjectiveType type, ObjectiveState state, int points) -
Uses of ObjectiveType in com.takenoko.stats
Fields in com.takenoko.stats with type parameters of type ObjectiveTypeModifier and TypeFieldDescriptionprivate final HashMap<ObjectiveType,
Float> GameProgressStatistics.objectives
private final Map<ObjectiveType,
Integer> SingleBotStatistics.objectivesRedeemed
Methods in com.takenoko.stats that return types with arguments of type ObjectiveTypeMethods in com.takenoko.stats with parameters of type ObjectiveTypeModifier and TypeMethodDescriptionGameProgressStatistics.objectiveAverage
(ObjectiveType objectiveTypes)