|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Faction.FactionReactionItem
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.CompiledZapperMask |
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 |
presentMOBMask()
The mask to tell which mobs to apply this reaction to |
java.lang.String |
rangeName()
The 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 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.CompiledZapperMask 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 rangeName()
setRangeName(String)void setRangeName(java.lang.String str)
str - the range which determines which folks with this faction get a reactionrangeName()java.lang.String parameters()
setRangeName(String)void setParameters(java.lang.String str)
str - the parameters for the ability/behavior/command aboverangeName()java.lang.String toString()
toString in class java.lang.ObjectFaction.addReaction(String, String, String, String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||