|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectggz.common.ChatType
public class ChatType
Each time we send a chat to the server, it will have one of these types associated with it.
Field Summary | |
---|---|
static ChatType |
GGZ_CHAT_ANNOUNCE
An announcement, usually triggered with /wall. |
static ChatType |
GGZ_CHAT_BEEP
A beep. |
static ChatType |
GGZ_CHAT_NORMAL
A normal chat, just a message sent to the current room. |
static ChatType |
GGZ_CHAT_PERSONAL
A personal message to another player. |
static ChatType |
GGZ_CHAT_TABLE
A table-wide chat. |
static ChatType |
GGZ_CHAT_UNKNOWN
An unknown/unrecognized chat type - likely either a future chat op or a communications error. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static ChatType |
valueOf(java.lang.String type_str)
Converts a string to a a ChatType. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ChatType GGZ_CHAT_UNKNOWN
public static final ChatType GGZ_CHAT_NORMAL
public static final ChatType GGZ_CHAT_ANNOUNCE
public static final ChatType GGZ_CHAT_BEEP
public static final ChatType GGZ_CHAT_PERSONAL
public static final ChatType GGZ_CHAT_TABLE
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public static ChatType valueOf(java.lang.String type_str)
type_str
- The string to convert.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |