|
|||||||||
| 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_HaveResister
com.planet_ink.coffee_mud.Abilities.Properties.Prop_WearResister
public class Prop_WearResister
| Field Summary | |
|---|---|
boolean |
checked
|
boolean |
disabled
|
boolean |
layered
|
| Fields inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Prop_HaveResister |
|---|
adjCharStats, ignoreCharStats, lastProtection, maskString, parmString, remainingProtection, stats |
| Fields inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Property |
|---|
affected, amDestroyed, empty, envStats, miscText, savable |
| Constructor Summary | |
|---|---|
Prop_WearResister()
|
|
| 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. |
boolean |
canResist(Environmental E)
|
void |
check(MOB mob,
Armor A)
|
void |
executeMsg(Environmental host,
CMMsg msg)
The general message event handler for the object. |
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 |
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_HaveResister |
|---|
affectCharStats, bubbleAffect, canAffectCode, checkProtection, describeResistance, ensureStarted, getProtection, isOk, okMessage, resistAffect, weaponProtection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean checked
public boolean disabled
public boolean layered
| Constructor Detail |
|---|
public Prop_WearResister()
| Method Detail |
|---|
public java.lang.String ID()
CMObject
ID in interface CMObjectID in class Prop_HaveResisterpublic java.lang.String name()
Environmental
name in interface Environmentalname in interface Tickablename in class Prop_HaveResisterEnvironmental.Name()public java.lang.String accountForYourself()
Ability
accountForYourself in interface AbilityaccountForYourself in class Prop_HaveResister
public void check(MOB mob,
Armor A)
public void setMiscText(java.lang.String newText)
Environmental
setMiscText in interface EnvironmentalsetMiscText in class Prop_HaveResisternewText - either an open internal text string, or XML
public void executeMsg(Environmental host,
CMMsg msg)
MsgListener
executeMsg in interface MsgListenerexecuteMsg in class Propertyhost - either the initiator of the event, or the host of this objectmsg - the CMMsg that needs to be executedCMMsgpublic boolean canResist(Environmental E)
canResist in class Prop_HaveResister
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||