Uses of Interface
games.stendhal.server.maps.quests.piedpiper.ITPPQuest
-
Uses of ITPPQuest in games.stendhal.server.maps.quests
Modifier and TypeMethodDescriptionstatic ITPPQuest
ThePiedPiper.getDefaultPhaseClass()
function return default phase classstatic 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 classesModifier and TypeMethodDescriptionstatic void
ThePiedPiper.setPhases(LinkedList<ITPPQuest> phases)
-
Uses of ITPPQuest in games.stendhal.server.maps.quests.piedpiper
Modifier and TypeClassDescriptionclass
Implementation of Pied Piper's initial actions (coming, chatting, going to work place)class
class
class
class
Modifier and TypeMethodDescriptionvoid
AwaitingPhase.phaseToNextPhase(ITPPQuest nextPhase, List<String> comments)
void
InvasionPhase.phaseToNextPhase(ITPPQuest nextPhase, List<String> comments)
void
ITPPQuest.phaseToNextPhase(ITPPQuest nextPhase, List<String> comments)
Function will change phase to next phase.void
OutgoingPhase.phaseToNextPhase(ITPPQuest nextPhase, List<String> comments)
void
TPPQuest.phaseToNextPhase(ITPPQuest nextPhase, List<String> comments)