|
|||||||||
| 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<Rider> |
lastRiders
|
| Fields inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Prop_HaveEnabler |
|---|
clearedYet, lastMOBeffects, myItem, processing2 |
| Fields inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Prop_SpellAdder |
|---|
chanceToHappen, compiledMask, invokerMOB, lastMOB, level, maxTicks, processing, spellV, uninvocable, unrevocableSpells |
| Fields inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Property |
|---|
affected, amDestroyed, empty, miscText, savable |
| Fields inherited from interface com.planet_ink.coffee_mud.Abilities.interfaces.TriggeredAffect |
|---|
TRIGGER_ALWAYS, TRIGGER_BEING_HIT, TRIGGER_DROP_PUTIN, TRIGGER_ENTER, TRIGGER_GET, TRIGGER_HITTING_WITH, TRIGGER_MOUNT, TRIGGER_PUT, TRIGGER_USE, TRIGGER_WEAR_WIELD |
| 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 |
affectPhyStats(Physical host,
PhyStats affectableStats)
This method is called by the recoverPhyStats() 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 nice displayable name of this instance of this object |
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. |
int |
triggerMask()
This method returns a mask of TRIGGER_* constants denoting what triggers the properties |
| Methods inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Prop_HaveEnabler |
|---|
addMeIfNeccessary, executeMsg, flags, removeMyAffectsFrom, removeMyAffectsFromLastMob |
| Methods inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Prop_SpellAdder |
|---|
abilities, addAbility, addMeIfNeccessary, allAbilities, convertToV2, delAbility, delAllAbilities, didHappen, fetchAbility, fetchAbility, fetchRandomAbility, finalize, getBestInvokerMOB, getInvokerMOB, getMaskString, getMySpellsV, getParmString, invoke, makeMySpellsH, numAbilities, numAllAbilities, removeMyAffectsFromLastMOB, setAffectedOne, spellAccountingsWithMask |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.planet_ink.coffee_mud.Abilities.interfaces.Ability |
|---|
abilityCode, abstractQuality, adjustedLevel, affecting, appropriateToMyFactions, autoInvocation, bubbleAffect, canAffect, canAffect, canBeLearnedBy, canBePracticedBy, canBeTaughtBy, canBeUninvoked, canTarget, canTarget, castingQuality, castingTime, checkedCastingCost, classificationCode, combatCastingTime, enchantQuality, externalFiles, getTrainingCost, helpProficiency, invoke, invoker, isAutoInvoked, isNowAnAutoEffect, makeLongLasting, makeNonUninvokable, practice, preInvoke, proficiency, proficiencyCheck, putInCommandlist, requirements, setAbilityCode, setInvoker, setProficiency, startTickDown, teach, triggerStrings, unInvoke, usageCost, usageType |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.Environmental |
|---|
description, displayText, expirationDate, image, isGeneric, L, maxRange, minRange, miscTextFormat, Name, rawImage, sameAs, setDescription, setDisplayText, setExpirationDate, setImage, setName, text |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.Tickable |
|---|
getTickStatus, tick |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.StatsAffecting |
|---|
affectCharState, affectCharStats |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.MsgListener |
|---|
okMessage |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.Contingent |
|---|
amDestroyed, destroy, isSavable, setSavable |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.CMObject |
|---|
copyOf, initializeClass, newInstance |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.Modifiable |
|---|
getSaveStatIndex, getStat, getStatCodes, isStat, setStat |
| Field Detail |
|---|
protected java.util.Vector<Rider> 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()
Tickable
name in interface CMObjectname 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 int triggerMask()
TriggeredAffect
triggerMask in interface TriggeredAffecttriggerMask in class Prop_HaveEnablerTriggeredAffect.TRIGGER_ALWAYSpublic void setMiscText(java.lang.String newText)
Environmental
setMiscText in interface EnvironmentalsetMiscText in class Prop_HaveEnablernewText - either an open internal text string, or XML
public void affectPhyStats(Physical host,
PhyStats affectableStats)
StatsAffecting
affectPhyStats in interface StatsAffectingaffectPhyStats in class Prop_HaveEnablerhost - the host of the PhyStats object being affectedaffectableStats - the particular PhyStats object being affectedPhyStats,
Environmental,
Affectable.basePhyStats(),
Affectable.phyStats(),
Affectable.recoverPhyStats()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||