Behavior, MobileBehavior, CMObject, Contingent, Modifiable, MsgListener, Tickable, java.lang.Cloneable, java.lang.Comparable<CMObject>MobileAggressive, MobileGoodGuardianpublic class Mobile extends ActiveTicker implements MobileBehavior
| Modifier and Type | Field | Description |
|---|---|---|
protected int[] |
altStatusTaker |
|
protected boolean |
dooropen |
|
protected boolean |
firstRun |
|
protected int |
leash |
|
protected java.util.Map<Room,java.lang.Integer> |
leashHash |
|
protected static java.util.TreeMap<java.lang.String,java.lang.Integer> |
localeMap |
|
protected static java.util.Collection<java.lang.String> |
localeTags |
|
protected java.util.List<java.lang.Integer> |
restrictedLocales |
|
protected int |
ticksSuspended |
|
protected int |
tickStatus |
|
protected boolean |
wander |
chance, grpCount, maxTicks, minGroup, minTicks, tickDownCAN_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 |
|---|---|
Mobile() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
accountForYourself() |
Returns a string describing what this behavior does.
|
protected int |
canImproveCode() |
|
boolean |
emergencyMove(MOB mob,
Room room) |
|
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.
|
protected static java.util.TreeMap<java.lang.String,java.lang.Integer> |
getLocaleMap() |
|
static java.util.Collection<java.lang.String> |
getMobileRemovables() |
|
int |
getTickStatus() |
A coded status for this object during the period where
its tick method is being called.
|
java.lang.String |
ID() |
The CoffeeMud Java Class ID shared by all instances of
this object.
|
boolean |
okRoomForMe(MOB mob,
Room currentRoom,
Room newRoom,
boolean ignoreAtmosphere) |
|
void |
setParms(java.lang.String newParms) |
Sets the raw parameter string for this behavior.
|
void |
suspendMobility(int numTicks) |
Suspend mobility for a specified number of ticks
|
boolean |
tick(Tickable ticking,
int tickID) |
this is the method which is called periodically by the threading engine.
|
canAct, canChance, getCleanedParms, getParmsNoTicks, rebuildParms, tickResetcanImprove, canImprove, endBehavior, externalFiles, getParms, grantsAggressivenessTo, parmsFormat, registerDefaultQuest, setSavable, startBehaviorcopyOf, initializeClass, newInstanceamDestroyed, destroy, isSavablegetSaveStatIndex, getStat, getStatCodes, isStat, setStatexecuteMsg, okMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitamDestroyed, canActAtAll, canFreelyBehaveNormal, canImprove, canImprove, compareTo, copyOf, destroy, endBehavior, executeMsg, externalFiles, getBehaversMOB, getBehaversRoom, getCodeNum, getInternalCodeNum, getParms, getSaveStatIndex, getStat, getStatCodes, grantsAggressivenessTo, I, initializeClass, isSavable, isStat, L, name, newInstance, okMessage, parmsFormat, registerDefaultQuest, sameAs, setSavable, setStat, startBehaviorprotected boolean wander
protected boolean dooropen
protected boolean firstRun
protected int leash
protected java.util.Map<Room,java.lang.Integer> leashHash
protected java.util.List<java.lang.Integer> restrictedLocales
protected int[] altStatusTaker
protected int tickStatus
protected int ticksSuspended
protected static final java.util.TreeMap<java.lang.String,java.lang.Integer> localeMap
protected static final java.util.Collection<java.lang.String> localeTags
public java.lang.String ID()
CMObjectID in interface CMObjectID in class ActiveTickerprotected int canImproveCode()
canImproveCode in class ActiveTickerpublic long flags()
Behaviorflags in interface Behaviorflags in class StdBehaviorpublic java.lang.String accountForYourself()
BehavioraccountForYourself in interface BehavioraccountForYourself in class StdBehaviorpublic int getTickStatus()
TickablegetTickStatus in interface TickablegetTickStatus in class StdBehaviorTickable.tick(Tickable, int)public boolean okRoomForMe(MOB mob, Room currentRoom, Room newRoom, boolean ignoreAtmosphere)
protected static final java.util.TreeMap<java.lang.String,java.lang.Integer> getLocaleMap()
public static java.util.Collection<java.lang.String> getMobileRemovables()
public void setParms(java.lang.String newParms)
BehaviorsetParms in interface BehaviorsetParms in class ActiveTickernewParms - the parameter string for this behaviorBehavior.getParms()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,
TickableGrouppublic void suspendMobility(int numTicks)
MobileBehaviorsuspendMobility in interface MobileBehaviornumTicks - the number of ticks to suspend mobility for.