|
|||||||||
| 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.Aggressive
public class Aggressive
| Field Summary | |
|---|---|
protected java.lang.String |
attackMessage
|
protected Room |
lastRoom
|
protected int |
lastRoomInhabCount
|
protected boolean |
levelcheck
|
protected MaskingLibrary.CompiledZMask |
mask
|
protected boolean |
misbehave
|
protected boolean |
mobkill
|
protected int |
tickDown
|
protected int |
tickWait
|
protected boolean |
wander
|
| 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 | |
|---|---|
Aggressive()
|
|
| Method Summary | |
|---|---|
java.lang.String |
accountForYourself()
Returns a string describing what this behavior does. |
void |
executeMsg(Environmental affecting,
CMMsg msg)
The general message event handler for the object. |
long |
flags()
Returns a bitmap made of up Behavior.FLAG_* constant masks which designates certain aspects about this behavior the rest of the system may need to know. |
boolean |
grantsAggressivenessTo(MOB M)
Returns the result of a very specific test, namely whether this behavior would be the direct cause of a malicious act against the given MOB object. |
java.lang.String |
ID()
The CoffeeMud Java Class ID shared by all instances of this object. |
boolean |
pickAFight(MOB observer,
MaskingLibrary.CompiledZMask mask,
boolean mobKiller,
boolean misBehave,
boolean levelCheck,
java.lang.String attackMsg)
|
void |
setParms(java.lang.String newParms)
Sets the raw parameter string for this behavior. |
static boolean |
startFight(MOB monster,
MOB mob,
boolean fightMOBs,
boolean misBehave,
java.lang.String attackMsg)
|
boolean |
tick(Tickable ticking,
int tickID)
this is the method which is called periodically by the threading engine. |
void |
tickAggressively(Tickable ticking,
int tickID,
boolean mobKiller,
boolean misBehave,
boolean levelCheck,
MaskingLibrary.CompiledZMask mask,
java.lang.String attackMsg)
|
| Methods inherited from class com.planet_ink.coffee_mud.Behaviors.StdBehavior |
|---|
amDestroyed, canActAtAll, canFreelyBehaveNormal, canImprove, canImprove, canImproveCode, compareTo, copyOf, destroy, externalFiles, getBehaversMOB, getBehaversRoom, getCodeNum, getParms, getSaveStatIndex, getStat, getStatCodes, getTickStatus, initializeClass, isSavable, isStat, L, name, newInstance, okMessage, parmsFormat, registerDefaultQuest, sameAs, setSavable, setStat, startBehavior |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int tickWait
protected int tickDown
protected boolean wander
protected boolean mobkill
protected boolean misbehave
protected boolean levelcheck
protected java.lang.String attackMessage
protected Room lastRoom
protected int lastRoomInhabCount
protected MaskingLibrary.CompiledZMask mask
| Constructor Detail |
|---|
public Aggressive()
| Method Detail |
|---|
public java.lang.String ID()
CMObject
ID in interface CMObjectID in class StdBehaviorpublic long flags()
Behavior
flags in interface Behaviorflags in class StdBehavior
public void executeMsg(Environmental affecting,
CMMsg msg)
MsgListener
executeMsg in interface MsgListenerexecuteMsg in class StdBehavioraffecting - either the initiator of the event, or the host of this objectmsg - the CMMsg that needs to be executedCMMsgpublic boolean grantsAggressivenessTo(MOB M)
Behavior
grantsAggressivenessTo in interface BehaviorgrantsAggressivenessTo in class StdBehaviorM - the target to test for maliciousness to
public java.lang.String accountForYourself()
Behavior
accountForYourself in interface BehavioraccountForYourself in class StdBehaviorpublic void setParms(java.lang.String newParms)
Behavior
setParms in interface BehaviorsetParms in class StdBehaviornewParms - the parameter string for this behaviorBehavior.getParms()
public static boolean startFight(MOB monster,
MOB mob,
boolean fightMOBs,
boolean misBehave,
java.lang.String attackMsg)
public boolean pickAFight(MOB observer,
MaskingLibrary.CompiledZMask mask,
boolean mobKiller,
boolean misBehave,
boolean levelCheck,
java.lang.String attackMsg)
public void tickAggressively(Tickable ticking,
int tickID,
boolean mobKiller,
boolean misBehave,
boolean levelCheck,
MaskingLibrary.CompiledZMask mask,
java.lang.String attackMsg)
public boolean tick(Tickable ticking,
int tickID)
Tickable
tick in interface Tickabletick in class StdBehaviorticking - a reference to this Tickable objecttickID - the TICKID_ constant describing this periodic call, as defined in Tickable
Tickable,
ServiceEngine,
TickableGroup
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||