|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Faction.FReactionItem
Adds very temporary affects and behaviors to mobs who match the reaction zapper mask, and who are in the same room as someone with standing in this faction.
Faction.addReaction(String, String, String, String)
,
Faction.reactions()
Method Summary | |
---|---|
MaskingLibrary.CompiledZMask |
compiledPresentMOBMask()
The compiled mask to tell which mobs to apply this reaction to |
java.lang.String |
parameters()
The parameters for the ability/behavior/command above. |
java.lang.String |
parameters(java.lang.String Name)
The parameters for the ability/behavior/command above returned in runtime form so that parameters are adjusted with the given name |
java.lang.String |
presentMOBMask()
The mask to tell which mobs to apply this reaction to |
java.lang.String |
rangeCodeName()
The code name of the range which determines which folks with this faction get a reaction |
java.lang.String |
reactionObjectID()
The ability/behavior/command id. |
void |
setParameters(java.lang.String str)
Set the parameters for the ability/behavior/command above. |
void |
setPresentMOBMask(java.lang.String str)
Set the mask to determine which mobs in the players presence will be affected. |
void |
setRangeName(java.lang.String str)
Set the code name of the range which determines which folks with this faction get a reaction |
void |
setReactionObjectID(java.lang.String str)
Set the ability/behavior/command id. |
java.lang.String |
toString()
Returns a semicolon-delimited string of the values of this reaction, suitable for using to create a new one later. |
Method Detail |
---|
java.lang.String reactionObjectID()
setReactionObjectID(String)
void setReactionObjectID(java.lang.String str)
str
- the ability/behavior/command idreactionObjectID()
java.lang.String presentMOBMask()
setPresentMOBMask(String)
MaskingLibrary.CompiledZMask compiledPresentMOBMask()
setPresentMOBMask(String)
void setPresentMOBMask(java.lang.String str)
str
- the mask to determine which mobs in the players presence will be affectedMaskingLibrary
,
presentMOBMask()
java.lang.String rangeCodeName()
setRangeName(String)
void setRangeName(java.lang.String str)
str
- the range which determines which folks with this faction get a reactionrangeCodeName()
java.lang.String parameters()
setRangeName(String)
java.lang.String parameters(java.lang.String Name)
Name
- the name to replace the <TARGET> moniker with
setRangeName(String)
void setParameters(java.lang.String str)
str
- the parameters for the ability/behavior/command aboverangeCodeName()
java.lang.String toString()
toString
in class java.lang.Object
Faction.addReaction(String, String, String, String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |