|
|||||||||
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.Sailor
public class Sailor
Field Summary | |
---|---|
protected boolean |
aggressive
|
protected boolean |
aggrLvlChk
|
protected MaskingLibrary.CompiledZMask |
aggrMask
|
protected boolean |
aggrMobs
|
protected boolean |
areaOnly
|
protected boolean |
boarder
|
protected boolean |
combatIsOver
|
protected boolean |
combatMover
|
protected boolean |
combatTech
|
protected boolean |
defender
|
protected BoardableShip |
loyalShipArea
|
protected Item |
loyalShipItem
|
protected boolean |
peaceMover
|
protected Rideable |
targetShipItem
|
protected int |
tickBonus
|
protected int |
tickDown
|
protected int |
tickWait
|
protected boolean |
wimpy
|
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 | |
---|---|
Sailor()
|
Method Summary | |
---|---|
java.lang.String |
accountForYourself()
Returns a string describing what this behavior does. |
protected boolean |
amInTrouble()
|
boolean |
amOnMyShip(MOB M)
|
protected boolean |
canMoveShip()
|
CMObject |
copyOf()
Similar to Cloneable.clone(), but does its best to make sure that any internal objects to this class are also copyOfed. |
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. |
protected int |
getEscapeRoute(int directionToTarget)
|
Item |
getShip(MOB M)
|
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. |
protected boolean |
isGoodShipDir(Room shipR,
int dir)
|
boolean |
isMyShipInCombat(MOB M)
|
boolean |
okMessage(Environmental host,
CMMsg msg)
The general message event previewer for the object. |
void |
setParms(java.lang.String newParms)
Sets the raw parameter string for this behavior. |
boolean |
tick(Tickable ticking,
int tickID)
this is the method which is called periodically by the threading engine. |
boolean |
tryMend(MOB mob)
|
boolean |
tryTrawl(MOB mob)
|
Methods inherited from class com.planet_ink.coffee_mud.Behaviors.StdBehavior |
---|
amDestroyed, canActAtAll, canFreelyBehaveNormal, canImprove, canImprove, canImproveCode, compareTo, destroy, externalFiles, getBehaversMOB, getBehaversRoom, getCodeNum, getParms, getSaveStatIndex, getStat, getStatCodes, getTickStatus, initializeClass, isSavable, isStat, L, name, newInstance, 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 volatile int tickDown
protected int tickWait
protected int tickBonus
protected BoardableShip loyalShipArea
protected Item loyalShipItem
protected Rideable targetShipItem
protected boolean combatIsOver
protected boolean peaceMover
protected boolean combatMover
protected boolean combatTech
protected boolean boarder
protected boolean defender
protected boolean aggressive
protected boolean aggrMobs
protected boolean aggrLvlChk
protected MaskingLibrary.CompiledZMask aggrMask
protected boolean areaOnly
protected boolean wimpy
Constructor Detail |
---|
public Sailor()
Method Detail |
---|
public java.lang.String ID()
CMObject
ID
in interface CMObject
ID
in class StdBehavior
public java.lang.String accountForYourself()
Behavior
accountForYourself
in interface Behavior
accountForYourself
in class StdBehavior
public long flags()
Behavior
flags
in interface Behavior
flags
in class StdBehavior
public Item getShip(MOB M)
public boolean amOnMyShip(MOB M)
public boolean isMyShipInCombat(MOB M)
public boolean grantsAggressivenessTo(MOB M)
Behavior
grantsAggressivenessTo
in interface Behavior
grantsAggressivenessTo
in class StdBehavior
M
- the target to test for maliciousness to
public void setParms(java.lang.String newParms)
Behavior
setParms
in interface Behavior
setParms
in class StdBehavior
newParms
- the parameter string for this behaviorBehavior.getParms()
public CMObject copyOf()
CMObject
copyOf
in interface CMObject
copyOf
in class StdBehavior
public boolean okMessage(Environmental host, CMMsg msg)
MsgListener
okMessage
in interface MsgListener
okMessage
in class StdBehavior
host
- either the initiator of the event, or the host of this objectmsg
- the CMMsg that wants to be executed
CMMsg
,
CMMsg.source()
public void executeMsg(Environmental affecting, CMMsg msg)
MsgListener
executeMsg
in interface MsgListener
executeMsg
in class StdBehavior
affecting
- either the initiator of the event, or the host of this objectmsg
- the CMMsg that needs to be executedCMMsg
public boolean tryMend(MOB mob)
public boolean tryTrawl(MOB mob)
protected boolean amInTrouble()
protected boolean isGoodShipDir(Room shipR, int dir)
protected int getEscapeRoute(int directionToTarget)
protected boolean canMoveShip()
public boolean tick(Tickable ticking, int tickID)
Tickable
tick
in interface Tickable
tick
in class StdBehavior
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 |