Enum Class ITPPQuestConstants.TPP_Phase
java.lang.Object
java.lang.Enum<ITPPQuestConstants.TPP_Phase>
games.stendhal.server.maps.quests.piedpiper.ITPPQuestConstants.TPP_Phase
- All Implemented Interfaces:
Serializable
,Comparable<ITPPQuestConstants.TPP_Phase>
,Constable
- Enclosing interface:
- ITPPQuestConstants
related to quest part.
- INACTIVE - quest isn't active
- INVASION - part I (rats invasion)
- AWAITING - part II (pied piper called)
- OUTGOING - part III (pied piper killing rats)
- CHILDRENS - part IV (pied piper takes childrens away)
- FINAL - part V (return childrens back to Ados)
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic ITPPQuestConstants.TPP_Phase
Returns the enum constant of this class with the specified name.static ITPPQuestConstants.TPP_Phase[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TPP_INACTIVE
-
TPP_INVASION
-
TPP_AWAITING
-
TPP_OUTGOING
-
TPP_CHILDRENS
-
TPP_FINAL
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-