Atavism Version 2018.1AGIS API

atavism.agis.plugins
Class QuestPlugin.StartQuestHook

java.lang.Object
  extended by atavism.agis.plugins.QuestPlugin.StartQuestHook
All Implemented Interfaces:
Hook
Enclosing class:
QuestPlugin

public class QuestPlugin.StartQuestHook
extends java.lang.Object
implements Hook

Hook for the StartQuestMessage. Will attempt to add the specified quest to the list of quests the player is on.

Author:
Andrew Harrison

Constructor Summary
QuestPlugin.StartQuestHook()
           
 
Method Summary
 boolean processMessage(Message m, int flags)
          Handles processing of the message, called by EnginePlugin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestPlugin.StartQuestHook

public QuestPlugin.StartQuestHook()
Method Detail

processMessage

public boolean processMessage(Message m,
                              int flags)
Description copied from interface: Hook
Handles processing of the message, called by EnginePlugin.

Specified by:
processMessage in interface Hook
Returns:
Returns true if hook chain processing should continue.


Copyright © 2018 Dragonsan Studios Sp. z o.o.