|
|||||||||
| 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_Sounder
public class Prop_Sounder
| Field Summary | |
|---|---|
protected CMMsg |
lastMsg
|
protected boolean |
oncePerRound1
|
protected static int |
ROOM_MASK
|
protected java.lang.String[] |
strings
|
protected int[] |
triggers
|
protected static int |
UNDER_MASK
|
| Fields inherited from class com.planet_ink.coffee_mud.Abilities.Properties.Property |
|---|
affected, amDestroyed, empty, miscText, savable |
| Constructor Summary | |
|---|---|
Prop_Sounder()
|
|
| 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. |
protected int |
canAffectCode()
Designates whether, when used as a property/effect, what sort of objects this ability can affect. |
void |
doEmote(Tickable ticking,
java.lang.String emote)
|
protected void |
emoteHere(Room room,
MOB emoter,
java.lang.String emote)
|
void |
executeMsg(Environmental host,
CMMsg msg)
The general message event handler for the object. |
long |
flags()
Returns a bitmap giving some specific information about the scope and purpose of the skill. |
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 newMiscText)
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int[] triggers
protected java.lang.String[] strings
protected static int UNDER_MASK
protected static int ROOM_MASK
protected CMMsg lastMsg
protected boolean oncePerRound1
| Constructor Detail |
|---|
public Prop_Sounder()
| Method Detail |
|---|
public java.lang.String ID()
CMObject
ID in interface CMObjectID in class Propertypublic java.lang.String name()
Tickable
name in interface CMObjectname in interface Tickablename in class PropertyEnvironmental.Name()protected int canAffectCode()
Property
canAffectCode in class PropertyAbilitypublic long flags()
Ability
flags in interface Abilityflags in class PropertyAbilitypublic java.lang.String accountForYourself()
Ability
accountForYourself in interface AbilityaccountForYourself in class Propertypublic void setMiscText(java.lang.String newMiscText)
Environmental
setMiscText in interface EnvironmentalsetMiscText in class PropertynewMiscText - either an open internal text string, or XML
protected void emoteHere(Room room,
MOB emoter,
java.lang.String emote)
public void doEmote(Tickable ticking,
java.lang.String emote)
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 executedCMMsg
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||