|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.user.GeneralUser
org.starhope.appius.user.AbstractNonPlayerCharacter
org.starhope.appius.game.npc.QuestItemExchanger
public abstract class QuestItemExchanger
WRITEME: Document this type.
Field Summary | |
---|---|
protected Map<GenericItemReference,GenericItemReference> |
itemExchanges
WRITEME |
protected Map<GenericItemReference,GenericItemReference> |
itemFollowUps
WRITEME |
protected Map<GenericItemReference,Runnable> |
itemReactions
WRITEME |
private static long |
serialVersionUID
WRITEME: Document this brpocock@star-hope.org |
protected Map<Pattern,String> |
speechReactions
WRITEME |
Fields inherited from class org.starhope.appius.user.AbstractNonPlayerCharacter |
---|
buddyList, casualSpeechQueue, casualSpeechRate, instanceID, kalendor, lastActive, lastSpoken |
Fields inherited from class org.starhope.appius.user.GeneralUser |
---|
baseStats, collisionBounds, currentRoom, facing, lastUserMovement, pathFinder, userRecord |
Constructor Summary | |
---|---|
protected |
QuestItemExchanger(String login)
WRITEME: Document this constructor brpocock@star-hope.org |
Method Summary | |
---|---|
protected void |
dealWith(AbstractUser who)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.starhope.appius.user.AbstractUser |
---|
ban |
Field Detail |
---|
private static final long serialVersionUID
protected final Map<Pattern,String> speechReactions
protected final Map<GenericItemReference,Runnable> itemReactions
protected final Map<GenericItemReference,GenericItemReference> itemExchanges
protected final Map<GenericItemReference,GenericItemReference> itemFollowUps
Constructor Detail |
---|
protected QuestItemExchanger(String login) throws NotFoundException, GameLogicException
login
- the user name
GameLogicException
- if the character isn't an NPC or
something like that
NotFoundException
- if the login can't be found, or similarMethod Detail |
---|
protected void dealWith(AbstractUser who)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |