|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.Behaviors.StdBehavior
com.planet_ink.coffee_mud.Behaviors.MudChat
com.planet_ink.coffee_mud.Behaviors.QuestChat
public class QuestChat
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.planet_ink.coffee_mud.Behaviors.interfaces.ChattyBehavior |
|---|
ChattyBehavior.ChattyEntry, ChattyBehavior.ChattyGroup, ChattyBehavior.ChattyResponse, ChattyBehavior.ChattyTestResponse |
| Field Summary |
|---|
| Fields inherited from class com.planet_ink.coffee_mud.Behaviors.MudChat |
|---|
addedChatEntries, lastReactedTo, lastRespondedTo, lastThingSaid, myChatGroup, myOldName, RESPONSE_DELAY, responseQue, scriptEngine, TALK_WAIT_DELAY, talkDown, tickDown |
| Fields inherited from class com.planet_ink.coffee_mud.Behaviors.StdBehavior |
|---|
CODES, isSavableBehavior, parms |
| Fields inherited from interface com.planet_ink.coffee_mud.Behaviors.interfaces.Behavior |
|---|
CAN_AREAS, CAN_EXITS, CAN_ITEMS, CAN_MOBS, CAN_ROOMS, FLAG_LEGALBEHAVIOR, FLAG_MOBILITY, FLAG_POTENTIALLYAGGRESSIVE, FLAG_POTENTIALLYAUTODEATHING, FLAG_TROUBLEMAKING |
| Constructor Summary | |
|---|---|
QuestChat()
|
|
| Method Summary | |
|---|---|
java.lang.String |
ID()
The CoffeeMud Java Class ID shared by all instances of this object. |
protected boolean |
match(MOB speaker,
java.lang.String expression,
java.lang.String message,
java.lang.String[] rest)
|
void |
registerDefaultQuest(java.lang.String questName)
Called after a behavior is added to an Environmental object. |
| Methods inherited from class com.planet_ink.coffee_mud.Behaviors.MudChat |
|---|
accountForYourself, executeMsg, externalFiles, getChatGroups, getLastRespondedTo, getLastThingSaid, getMyBaseChatGroup, getMyChatGroup, loadChatData, matchChatGroup, newChattyGroup, nextLine, parseChatData, queResponse, setParms, tick, unprotectedChatGroupLoad |
| Methods inherited from class com.planet_ink.coffee_mud.Behaviors.StdBehavior |
|---|
amDestroyed, canActAtAll, canFreelyBehaveNormal, canImprove, canImprove, canImproveCode, compareTo, copyOf, destroy, flags, getBehaversMOB, getBehaversRoom, getCodeNum, getParms, getSaveStatIndex, getStat, getStatCodes, getTickStatus, grantsAggressivenessTo, initializeClass, isSavable, isStat, L, name, newInstance, okMessage, parmsFormat, sameAs, setSavable, setStat, startBehavior |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.planet_ink.coffee_mud.Behaviors.interfaces.Behavior |
|---|
canImprove, canImprove, flags, getParms, grantsAggressivenessTo, parmsFormat, setSavable, startBehavior |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.Tickable |
|---|
getTickStatus, name |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.MsgListener |
|---|
okMessage |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.Contingent |
|---|
amDestroyed, destroy, isSavable |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.CMObject |
|---|
copyOf, initializeClass, newInstance |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.Modifiable |
|---|
getSaveStatIndex, getStat, getStatCodes, isStat, setStat |
| Constructor Detail |
|---|
public QuestChat()
| Method Detail |
|---|
public java.lang.String ID()
CMObject
ID in interface CMObjectID in class MudChatpublic void registerDefaultQuest(java.lang.String questName)
Behavior
registerDefaultQuest in interface BehaviorregisterDefaultQuest in class StdBehaviorquestName - the Quest nameQuest
protected boolean match(MOB speaker,
java.lang.String expression,
java.lang.String message,
java.lang.String[] rest)
match in class MudChat
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||