Package com.mygdx.game.Quests
Class KillQuest
java.lang.Object
com.mygdx.game.Quests.Quest
com.mygdx.game.Quests.KillQuest
public class KillQuest extends Quest
A Quest to kill a college is only complete once that college is dead
-
Field Summary
Fields inherited from class com.mygdx.game.Quests.Quest
description, isCompleted, name, reward -
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleancheckCompleted(Player p)Checks if the given player has met the complete conditionMethods inherited from class com.mygdx.game.Quests.Quest
getDescription, getName, getReward, isCompletedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
KillQuest
public KillQuest() -
KillQuest
-
KillQuest
-
-
Method Details
-
checkCompleted
Description copied from class:QuestChecks if the given player has met the complete condition- Specified by:
checkCompletedin classQuest- Parameters:
p- the player- Returns:
- has completed
-