|
|||||||||
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.CombatAbilities
com.planet_ink.coffee_mud.Behaviors.Thiefness
public class Thiefness
Field Summary | |
---|---|
protected int |
tickDown
|
Fields inherited from class com.planet_ink.coffee_mud.Behaviors.CombatAbilities |
---|
aggro, chkDown, CODES, COMBAT_DEFENSIVE, COMBAT_MIXEDDEFENSIVE, COMBAT_MIXEDOFFENSIVE, COMBAT_OFFENSIVE, COMBAT_ONLYALWAYS, COMBAT_RANDOM, combatMode, lastSpell, names, noCombatStat, noStat, physicalDamageTaken, preCastDown, preCastSet, proficient, record, skillsAlways, skillsNever, wandUseCheck, weaponSet |
Fields inherited from class com.planet_ink.coffee_mud.Behaviors.StdBehavior |
---|
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 | |
---|---|
Thiefness()
|
Method Summary | |
---|---|
java.lang.String |
accountForYourself()
Returns a string describing what this behavior does. |
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. |
java.lang.String |
ID()
The CoffeeMud Java Class ID shared by all instances of this object. |
void |
startBehavior(PhysicalAgent forMe)
Called after a behavior is added to a Behavable object. |
boolean |
tick(Tickable ticking,
int tickID)
this is the method which is called periodically by the threading engine. |
Methods inherited from class com.planet_ink.coffee_mud.Behaviors.CombatAbilities |
---|
adjustAggro, executeMsg, getCodeNum, getParmsMinusCombatMode, getStat, getStatCodes, isRightCombatAbilities, makeClass, newCharacter, setCharStats, setCombatStats, setStat, useSkill |
Methods inherited from class com.planet_ink.coffee_mud.Behaviors.StdBehavior |
---|
amDestroyed, canActAtAll, canFreelyBehaveNormal, canImprove, canImprove, canImproveCode, compareTo, copyOf, destroy, externalFiles, getBehaversMOB, getBehaversRoom, getParms, getSaveStatIndex, getTickStatus, grantsAggressivenessTo, initializeClass, isSavable, isStat, L, name, newInstance, okMessage, parmsFormat, registerDefaultQuest, sameAs, setParms, setSavable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int tickDown
Constructor Detail |
---|
public Thiefness()
Method Detail |
---|
public java.lang.String ID()
CMObject
ID
in interface CMObject
ID
in class CombatAbilities
public long flags()
Behavior
flags
in interface Behavior
flags
in class StdBehavior
public java.lang.String accountForYourself()
Behavior
accountForYourself
in interface Behavior
accountForYourself
in class CombatAbilities
public void startBehavior(PhysicalAgent forMe)
Behavior
startBehavior
in interface Behavior
startBehavior
in class CombatAbilities
forMe
- the object to which this behavior has been addedBehavable.addBehavior(Behavior)
,
Behavior.setParms(String)
public boolean tick(Tickable ticking, int tickID)
Tickable
tick
in interface Tickable
tick
in class CombatAbilities
ticking
- 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 |