Behavior, CMObject, Contingent, Modifiable, MsgListener, Tickable, java.lang.Cloneable, java.lang.Comparable<CMObject>VeryAggressive, WimpyAggressivepublic class Aggressive extends StdBehavior
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
attackMessage |
|
protected Room |
lastRoom |
|
protected int |
lastRoomInhabCount |
|
protected boolean |
levelcheck |
|
protected MaskingLibrary.CompiledZMask |
mask |
|
protected java.lang.String |
maskStr |
|
protected boolean |
misbehave |
|
protected boolean |
mobkill |
|
protected boolean |
noGangUp |
|
protected int |
tickDown |
|
protected int |
tickWait |
|
protected boolean |
wander |
CAN_AREAS, CAN_EXITS, CAN_ITEMS, CAN_MOBS, CAN_ROOMS, FLAG_LEGALBEHAVIOR, FLAG_MOBILITY, FLAG_POTENTIALLYAGGRESSIVE, FLAG_POTENTIALLYAUTODEATHING, FLAG_TROUBLEMAKINGidConverterCODES, isSavableBehavior, parmsSTATUS_AFFECT, STATUS_ALIVE, STATUS_BEHAVIOR, STATUS_CLASS, STATUS_DEAD, STATUS_END, STATUS_FIGHT, STATUS_MISC, STATUS_MISC2, STATUS_MISC3, STATUS_MISC4, STATUS_MISC5, STATUS_MISC6, STATUS_MISC7, STATUS_NOT, STATUS_OTHER, STATUS_RACE, STATUS_REBIRTH, STATUS_SCRIPT, STATUS_START, STATUS_WEATHER, TICKID_AREA, TICKID_BALLISTICK, TICKID_CLAN, TICKID_CLANITEM, TICKID_DEADBODY_DECAY, TICKID_ELECTRONICS, TICKID_EMAIL, TICKID_EVENT, TICKID_EXIT_BEHAVIOR, TICKID_EXIT_REOPEN, TICKID_ITEM_BEHAVIOR, TICKID_ITEM_BOUNCEBACK, TICKID_LIGHT_FLICKERS, TICKID_LIVEAUCTION, TICKID_LONGERMASK, TICKID_MISCELLANEOUS, TICKID_MOB, TICKID_PROPERTY_SPECIAL, TICKID_QUEST, TICKID_READYTOSTOP, TICKID_ROOM_BEHAVIOR, TICKID_ROOM_ITEM_REJUV, TICKID_SHORTERMASK, TICKID_SOLITARYMASK, TICKID_SPECIALCOMBAT, TICKID_SPECIALMANEUVER, TICKID_SPELL_AFFECT, TICKID_SUPPORT, TICKID_TIMEAUCTION, TICKID_TRAP_DESTRUCTION, TICKID_TRAP_RESET| Constructor | Description |
|---|---|
Aggressive() |
| Modifier and Type | Method | Description |
|---|---|---|
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,
boolean noGangUp) |
|
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,
boolean noGangUp) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitamDestroyed, canActAtAll, canFreelyBehaveNormal, canImprove, canImprove, canImproveCode, compareTo, copyOf, destroy, endBehavior, externalFiles, getBehaversMOB, getBehaversRoom, getCodeNum, getInternalCodeNum, getParms, getSaveStatIndex, getStat, getStatCodes, getTickStatus, I, initializeClass, isSavable, isStat, L, name, newInstance, okMessage, parmsFormat, registerDefaultQuest, sameAs, setSavable, setStat, startBehaviorprotected int tickWait
protected int tickDown
protected boolean wander
protected boolean mobkill
protected boolean noGangUp
protected boolean misbehave
protected boolean levelcheck
protected java.lang.String attackMessage
protected Room lastRoom
protected int lastRoomInhabCount
protected java.lang.String maskStr
protected MaskingLibrary.CompiledZMask mask
public java.lang.String ID()
CMObjectID in interface CMObjectID in class StdBehaviorpublic long flags()
Behaviorflags in interface Behaviorflags in class StdBehaviorpublic void executeMsg(Environmental affecting, CMMsg msg)
MsgListenerexecuteMsg 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)
BehaviorgrantsAggressivenessTo in interface BehaviorgrantsAggressivenessTo in class StdBehaviorM - the target to test for maliciousness topublic java.lang.String accountForYourself()
BehavioraccountForYourself in interface BehavioraccountForYourself in class StdBehaviorpublic void setParms(java.lang.String newParms)
BehaviorsetParms 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, boolean noGangUp)
public void tickAggressively(Tickable ticking, int tickID, boolean mobKiller, boolean misBehave, boolean levelCheck, MaskingLibrary.CompiledZMask mask, java.lang.String attackMsg, boolean noGangUp)
public boolean tick(Tickable ticking, int tickID)
Tickabletick in interface Tickabletick in class StdBehaviorticking - a reference to this Tickable objecttickID - the TICKID_ constant describing this periodic call, as defined in TickableTickable,
ServiceEngine,
TickableGroup