zombie.Quests
Class QuestTask_GotoLocation

java.lang.Object
  extended by zombie.Quests.QuestTask
      extended by zombie.Quests.QuestTask_GotoLocation
All Implemented Interfaces:
Completable

public class QuestTask_GotoLocation
extends QuestTask

Author:
Nick

Field Summary
 
Fields inherited from class zombie.Quests.QuestTask
Complete, Failed, Hidden, OnCompleteActions, TaskType, Unlocked, WasComplete
 
Constructor Summary
QuestTask_GotoLocation(java.lang.String InternalName, java.lang.String TaskNameString, int x, int y, int z)
           
 
Method Summary
 void Update()
           
 
Methods inherited from class zombie.Quests.QuestTask
getInternalName, getName, IsComplete, IsFailed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestTask_GotoLocation

public QuestTask_GotoLocation(java.lang.String InternalName,
                              java.lang.String TaskNameString,
                              int x,
                              int y,
                              int z)
Method Detail

Update

public void Update()
Overrides:
Update in class QuestTask