Uses of Enum Class
games.stendhal.server.maps.quests.piedpiper.ITPPQuestConstants.TPP_Phase
-
Uses of ITPPQuestConstants.TPP_Phase in games.stendhal.server.maps.quests
Modifier and TypeMethodDescriptionstatic ITPPQuestConstants.TPP_Phase
ThePiedPiper.getNextPhase(ITPPQuestConstants.TPP_Phase ph)
return next available quest phasestatic ITPPQuestConstants.TPP_Phase
ThePiedPiper.getPhase()
Modifier and TypeMethodDescriptionstatic ITPPQuestConstants.TPP_Phase
ThePiedPiper.getNextPhase(ITPPQuestConstants.TPP_Phase ph)
return next available quest phasestatic ITPPQuest
ThePiedPiper.getNextPhaseClass(ITPPQuestConstants.TPP_Phase ph)
return next instance of quest phases classes from liststatic ITPPQuest
ThePiedPiper.getPhaseClass(ITPPQuestConstants.TPP_Phase ph)
return instance of quest phases classesstatic int
ThePiedPiper.getPhaseIndex(ITPPQuestConstants.TPP_Phase ph)
static void
ThePiedPiper.setPhase(ITPPQuestConstants.TPP_Phase phase)
-
Uses of ITPPQuestConstants.TPP_Phase in games.stendhal.server.maps.quests.piedpiper
Modifier and TypeFieldDescriptionstatic ITPPQuestConstants.TPP_Phase
ITPPQuestConstants.AWAITING
static ITPPQuestConstants.TPP_Phase
ITPPQuestConstants.CHILDRENS
static ITPPQuestConstants.TPP_Phase
ITPPQuestConstants.FINAL
static ITPPQuestConstants.TPP_Phase
ITPPQuestConstants.INACTIVE
static ITPPQuestConstants.TPP_Phase
ITPPQuestConstants.INVASION
static ITPPQuestConstants.TPP_Phase
ITPPQuestConstants.OUTGOING
Modifier and TypeMethodDescriptionAwaitingPhase.getPhase()
InactivePhase.getPhase()
InvasionPhase.getPhase()
ITPPQuest.getPhase()
Get the current phase.OutgoingPhase.getPhase()
TPPQuest.getPhase()
static ITPPQuestConstants.TPP_Phase
Returns the enum constant of this class with the specified name.static ITPPQuestConstants.TPP_Phase[]
ITPPQuestConstants.TPP_Phase.values()
Returns an array containing the constants of this enum class, in the order they are declared.