Uses of Enum Class
com.takenoko.objective.ObjectiveState
Packages that use ObjectiveState
-
Uses of ObjectiveState in com.takenoko.objective
Fields in com.takenoko.objective declared as ObjectiveStateMethods in com.takenoko.objective that return ObjectiveStateModifier and TypeMethodDescriptionObjective.getState()
static ObjectiveState
Returns the enum constant of this class with the specified name.static ObjectiveState[]
ObjectiveState.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 ObjectiveStateModifierConstructorDescriptionprotected
Objective
(ObjectiveType type, ObjectiveState state, int points)