com.planet_ink.coffee_mud.Abilities.Properties
Class Prop_UseEmoter.EmoteObj

java.lang.Object
  extended by com.planet_ink.coffee_mud.Abilities.Properties.Prop_UseEmoter.EmoteObj
Enclosing class:
Prop_UseEmoter

protected static class Prop_UseEmoter.EmoteObj
extends java.lang.Object


Field Summary
 boolean broadcast
           
 java.lang.String msg
           
 Prop_UseEmoter.EMOTE_TYPE type
           
 
Constructor Summary
Prop_UseEmoter.EmoteObj(Prop_UseEmoter.EMOTE_TYPE type, java.lang.String msg, boolean broadcast)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public Prop_UseEmoter.EMOTE_TYPE type

msg

public java.lang.String msg

broadcast

public boolean broadcast
Constructor Detail

Prop_UseEmoter.EmoteObj

public Prop_UseEmoter.EmoteObj(Prop_UseEmoter.EMOTE_TYPE type,
                               java.lang.String msg,
                               boolean broadcast)