|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.Abilities.Properties.Property
com.planet_ink.coffee_mud.Abilities.Properties.Prop_SpellAdder
com.planet_ink.coffee_mud.Abilities.Properties.Prop_HaveEnabler
com.planet_ink.coffee_mud.Abilities.Properties.Prop_RideEnabler
public class Prop_RideEnabler
| Field Summary | |
|---|---|
protected java.util.Vector |
lastRiders
|
| Fields inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Prop_HaveEnabler |
|---|
lastMOBeffected, myItem, processing2 |
| Fields inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Prop_SpellAdder |
|---|
compiledMask, invokerMOB, lastMOB, level, processing, spellV, uninvocable, unrevocableSpells |
| Fields inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Property |
|---|
affected, amDestroyed, empty, envStats, miscText, savable |
| Constructor Summary | |
|---|---|
Prop_RideEnabler()
|
|
| Method Summary | |
|---|---|
java.lang.String |
accountForYourself()
For use by the identify spell, this should return a nice description of any properties incorporated by this effect. |
void |
affectEnvStats(Environmental host,
EnvStats affectableStats)
This method is called by the recoverEnvStats() method on other Environmental objects. |
protected int |
canAffectCode()
Designates whether, when used as a property/effect, what sort of objects this ability can affect. |
java.lang.String |
ID()
The CoffeeMud Java Class ID shared by all instances of this object. |
java.lang.String |
name()
The displayable name of this object. |
void |
recoverEnvStats()
This method copies the baseEnvStats() object into the envStats() object, then makes repeated calls to all surrounding objects with affectEnvStats(Environmental,EnvStats) method. |
void |
setMiscText(java.lang.String newText)
For objects which have false for their isGeneric method, this is used to set any internally coded strings to change the nature or behavior of the object. |
| Methods inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Prop_HaveEnabler |
|---|
addMeIfNeccessary, executeMsg, removeMyAffectsFrom, removeMyAffectsFromLastMob |
| Methods inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Prop_SpellAdder |
|---|
addMeIfNeccessary, convertToV2, didHappen, getBestInvokerMOB, getInvokerMOB, getMaskString, getMySpellsV, getParmString, invoke, makeMySpellsH, removeMyAffectsFromLastMOB, spellAccountingsWithMask |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Vector lastRiders
| Constructor Detail |
|---|
public Prop_RideEnabler()
| Method Detail |
|---|
public java.lang.String ID()
CMObject
ID in interface CMObjectID in class Prop_HaveEnablerpublic java.lang.String name()
Environmental
name in interface Environmentalname in interface Tickablename in class Prop_HaveEnablerEnvironmental.Name()protected int canAffectCode()
Property
canAffectCode in class Prop_HaveEnablerAbilitypublic java.lang.String accountForYourself()
Ability
accountForYourself in interface AbilityaccountForYourself in class Prop_HaveEnablerpublic void setMiscText(java.lang.String newText)
Environmental
setMiscText in interface EnvironmentalsetMiscText in class Prop_HaveEnablernewText - either an open internal text string, or XMLpublic void recoverEnvStats()
Environmental
recoverEnvStats in interface EnvironmentalrecoverEnvStats in class Prop_HaveEnablerEnvironmental.baseEnvStats(),
Environmental.envStats(),
Environmental.addEffect(Ability),
Behavable.addBehavior(Behavior),
EnvStats
public void affectEnvStats(Environmental host,
EnvStats affectableStats)
StatsAffecting
affectEnvStats in interface StatsAffectingaffectEnvStats in class Prop_HaveEnablerhost - the host of the EnvStats object being affectedaffectableStats - the particular EnvStats object being affectedEnvStats,
Environmental,
Environmental.baseEnvStats(),
Environmental.envStats(),
Environmental.recoverEnvStats()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||