|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.Common.DefaultFaction.DefaultFactionReactionItem
public class DefaultFaction.DefaultFactionReactionItem
| Constructor Summary | |
|---|---|
DefaultFaction.DefaultFactionReactionItem()
|
|
DefaultFaction.DefaultFactionReactionItem(java.lang.String key)
|
|
| 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 |
parameters(java.lang.String name)
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFaction.DefaultFactionReactionItem()
public DefaultFaction.DefaultFactionReactionItem(java.lang.String key)
| Method Detail |
|---|
public java.lang.String reactionObjectID()
Faction.FactionReactionItem
reactionObjectID in interface Faction.FactionReactionItemFaction.FactionReactionItem.setReactionObjectID(String)public void setReactionObjectID(java.lang.String str)
Faction.FactionReactionItem
setReactionObjectID in interface Faction.FactionReactionItemstr - the ability/behavior/command idFaction.FactionReactionItem.reactionObjectID()public java.lang.String presentMOBMask()
Faction.FactionReactionItem
presentMOBMask in interface Faction.FactionReactionItemFaction.FactionReactionItem.setPresentMOBMask(String)public void setPresentMOBMask(java.lang.String str)
Faction.FactionReactionItem
setPresentMOBMask in interface Faction.FactionReactionItemstr - the mask to determine which mobs in the players presence will be affectedMaskingLibrary,
Faction.FactionReactionItem.presentMOBMask()public MaskingLibrary.CompiledZapperMask compiledPresentMOBMask()
Faction.FactionReactionItem
compiledPresentMOBMask in interface Faction.FactionReactionItemFaction.FactionReactionItem.setPresentMOBMask(String)public java.lang.String rangeName()
Faction.FactionReactionItem
rangeName in interface Faction.FactionReactionItemFaction.FactionReactionItem.setRangeName(String)public void setRangeName(java.lang.String str)
Faction.FactionReactionItem
setRangeName in interface Faction.FactionReactionItemstr - the range which determines which folks with this faction get a reactionFaction.FactionReactionItem.rangeName()public java.lang.String parameters()
Faction.FactionReactionItem
parameters in interface Faction.FactionReactionItemFaction.FactionReactionItem.setRangeName(String)public java.lang.String parameters(java.lang.String name)
public void setParameters(java.lang.String str)
Faction.FactionReactionItem
setParameters in interface Faction.FactionReactionItemstr - the parameters for the ability/behavior/command aboveFaction.FactionReactionItem.rangeName()public java.lang.String toString()
Faction.FactionReactionItem
toString in interface Faction.FactionReactionItemtoString 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 | ||||||||