Uses of Interface
games.stendhal.server.maps.quests.piedpiper.ITPPQuest
Packages that use ITPPQuest
-
Uses of ITPPQuest in games.stendhal.server.maps.quests
Methods in games.stendhal.server.maps.quests that return ITPPQuestModifier and TypeMethodDescriptionstatic ITPPQuestThePiedPiper.getDefaultPhaseClass()function return default phase classstatic 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 classesMethods in games.stendhal.server.maps.quests that return types with arguments of type ITPPQuestMethod parameters in games.stendhal.server.maps.quests with type arguments of type ITPPQuestModifier and TypeMethodDescriptionstatic voidThePiedPiper.setPhases(LinkedList<ITPPQuest> phases) -
Uses of ITPPQuest in games.stendhal.server.maps.quests.piedpiper
Classes in games.stendhal.server.maps.quests.piedpiper that implement ITPPQuestModifier and TypeClassDescriptionclassImplementation of Pied Piper's initial actions (coming, chatting, going to work place)classclassclassclassMethods in games.stendhal.server.maps.quests.piedpiper with parameters of type ITPPQuestModifier and TypeMethodDescriptionvoidAwaitingPhase.phaseToNextPhase(ITPPQuest nextPhase, List<String> comments) voidInvasionPhase.phaseToNextPhase(ITPPQuest nextPhase, List<String> comments) voidITPPQuest.phaseToNextPhase(ITPPQuest nextPhase, List<String> comments) Function will change phase to next phase.voidOutgoingPhase.phaseToNextPhase(ITPPQuest nextPhase, List<String> comments) voidTPPQuest.phaseToNextPhase(ITPPQuest nextPhase, List<String> comments) Constructors in games.stendhal.server.maps.quests.piedpiper with parameters of type ITPPQuest