Uses of Enum Class
games.stendhal.server.maps.quests.piedpiper.ITPPQuestConstants.TPP_Phase
Packages that use ITPPQuestConstants.TPP_Phase
-
Uses of ITPPQuestConstants.TPP_Phase in games.stendhal.server.maps.quests
Methods in games.stendhal.server.maps.quests that return ITPPQuestConstants.TPP_PhaseModifier and TypeMethodDescriptionstatic ITPPQuestConstants.TPP_PhaseThePiedPiper.getNextPhase(ITPPQuestConstants.TPP_Phase ph) return next available quest phasestatic ITPPQuestConstants.TPP_PhaseThePiedPiper.getPhase()Methods in games.stendhal.server.maps.quests with parameters of type ITPPQuestConstants.TPP_PhaseModifier and TypeMethodDescriptionstatic ITPPQuestConstants.TPP_PhaseThePiedPiper.getNextPhase(ITPPQuestConstants.TPP_Phase ph) return next available quest phasestatic ITPPQuestThePiedPiper.getNextPhaseClass(ITPPQuestConstants.TPP_Phase ph) return next instance of quest phases classes from liststatic ITPPQuestThePiedPiper.getPhaseClass(ITPPQuestConstants.TPP_Phase ph) return instance of quest phases classesstatic intThePiedPiper.getPhaseIndex(ITPPQuestConstants.TPP_Phase ph) static voidThePiedPiper.setPhase(ITPPQuestConstants.TPP_Phase phase) -
Uses of ITPPQuestConstants.TPP_Phase in games.stendhal.server.maps.quests.piedpiper
Fields in games.stendhal.server.maps.quests.piedpiper declared as ITPPQuestConstants.TPP_PhaseModifier and TypeFieldDescriptionstatic final ITPPQuestConstants.TPP_PhaseITPPQuestConstants.AWAITINGstatic final ITPPQuestConstants.TPP_PhaseITPPQuestConstants.CHILDRENSstatic final ITPPQuestConstants.TPP_PhaseITPPQuestConstants.FINALstatic final ITPPQuestConstants.TPP_PhaseITPPQuestConstants.INACTIVEstatic final ITPPQuestConstants.TPP_PhaseITPPQuestConstants.INVASIONstatic final ITPPQuestConstants.TPP_PhaseITPPQuestConstants.OUTGOINGMethods in games.stendhal.server.maps.quests.piedpiper that return ITPPQuestConstants.TPP_PhaseModifier and TypeMethodDescriptionAwaitingPhase.getPhase()InactivePhase.getPhase()InvasionPhase.getPhase()ITPPQuest.getPhase()Get the current phase.OutgoingPhase.getPhase()TPPQuest.getPhase()static ITPPQuestConstants.TPP_PhaseReturns 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.Constructors in games.stendhal.server.maps.quests.piedpiper with parameters of type ITPPQuestConstants.TPP_Phase