Package zombie.Quests.questactions
Class QuestAction_TutorialIcon
java.lang.Object
zombie.Quests.questactions.QuestAction_TutorialIcon
- All Implemented Interfaces:
QuestAction
public class QuestAction_TutorialIcon extends java.lang.Object implements QuestAction
-
Constructor Summary
Constructors Constructor Description QuestAction_TutorialIcon(java.lang.String title, java.lang.String message, IsoObject obj, boolean bAutoExpand, float yoff)
QuestAction_TutorialIcon(UIElement parent, int x, int y, java.lang.String title, java.lang.String string, boolean bAutoExpand)
-
Method Summary
Modifier and Type Method Description void
Execute()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
QuestAction_TutorialIcon
public QuestAction_TutorialIcon(java.lang.String title, java.lang.String message, IsoObject obj, boolean bAutoExpand, float yoff) -
QuestAction_TutorialIcon
public QuestAction_TutorialIcon(UIElement parent, int x, int y, java.lang.String title, java.lang.String string, boolean bAutoExpand)
-
-
Method Details
-
Execute
public void Execute()- Specified by:
Execute
in interfaceQuestAction
-