Package org.rspeer.game.component.tdi
Enum Quests.QuestTabMode
- java.lang.Object
-
- java.lang.Enum<Quests.QuestTabMode>
-
- org.rspeer.game.component.tdi.Quests.QuestTabMode
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<Quests.QuestTabMode>
- Enclosing class:
- Quests
public static enum Quests.QuestTabMode extends java.lang.Enum<Quests.QuestTabMode>
Deprecated.- See Also:
SubTab
,Tabs.getOpen(Tab)
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACHIEVEMENT_DIARIES
Deprecated.KOUREND_FAVOUR
Deprecated.MINIGAME_LIST
Deprecated.QUEST_LIST
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
toString()
Deprecated.static Quests.QuestTabMode
valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static Quests.QuestTabMode[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
QUEST_LIST
public static final Quests.QuestTabMode QUEST_LIST
Deprecated.
-
ACHIEVEMENT_DIARIES
public static final Quests.QuestTabMode ACHIEVEMENT_DIARIES
Deprecated.
-
MINIGAME_LIST
public static final Quests.QuestTabMode MINIGAME_LIST
Deprecated.
-
KOUREND_FAVOUR
public static final Quests.QuestTabMode KOUREND_FAVOUR
Deprecated.
-
-
Method Detail
-
values
public static Quests.QuestTabMode[] values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Quests.QuestTabMode c : Quests.QuestTabMode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Quests.QuestTabMode valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Enum<Quests.QuestTabMode>
-
-