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 TypeMethodDescriptionvoidObjectiveDeck.draw(ObjectiveType objectiveType) booleanObjectiveDeck.hasObjectiveType(ObjectiveType objectiveType) booleanGameAssets.hasObjectiveTypeInDeck(ObjectiveType objectiveType) -
Uses of ObjectiveType in com.takenoko.engine
Methods in com.takenoko.engine with parameters of type ObjectiveTypeModifier and TypeMethodDescriptionvoidBoard.drawObjective(ObjectiveType objectiveType) booleanBoard.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 ObjectiveTypeReturns 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 ObjectiveTypeModifierConstructorDescriptionprotectedObjective(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.objectivesprivate final Map<ObjectiveType,Integer> SingleBotStatistics.objectivesRedeemedMethods 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)