public interface ChatCodes extends InvocationCodes
| Modifier and Type | Field and Description |
|---|---|
static Permission |
BROADCAST_ACCESS
The access control identifier for broadcast chat privileges.
|
static byte |
BROADCAST_MODE
A
SpeakService.speak(java.lang.String, byte) mode to indicate that a speak is actually a server-wide
broadcast. |
static Permission |
CHAT_ACCESS
The access control identifier for normal chat privileges.
|
static String |
CHAT_CHANNEL_NOTIFICATION
The message identifier for a chat channel notification message.
|
static String |
CHAT_NOTIFICATION
The message identifier for a chat notification message.
|
static long |
DEFAULT_IDLE_TIME
The default time after which a player is assumed idle.
|
static byte |
DEFAULT_MODE
The default mode used by
SpeakService.speak(java.lang.String, byte) requests. |
static byte |
EMOTE_MODE
A
SpeakService.speak(java.lang.String, byte) mode to indicate that a speak is actually an emote. |
static String |
IDLE_TIME_KEY
The configuration key for idle time.
|
static byte |
LAST_MODE
The last chat mode defined in the interface.
|
static String |
PLACE_CHAT_TYPE
The chat localtype code for chat messages delivered on the place object currently occupied
by the client.
|
static byte |
SHOUT_MODE
A
SpeakService.speak(java.lang.String, byte) mode to indicate that a speak is actually a shout. |
static String |
SUCCESS
A return value used by the ChatDirector and possibly other entities to indicate successful
processing of chat.
|
static byte |
THINK_MODE
A
SpeakService.speak(java.lang.String, byte) mode to indicate that the user is thinking what they're
saying, or is it that they're saying what they're thinking? |
static String |
USER_CHAT_TYPE
The chat localtype for messages received on the user object.
|
static String |
USER_DISCONNECTED
An error code delivered when the user targeted for a tell notification is disconnected.
|
static String |
USER_NOT_ONLINE
An error code delivered when the user targeted for a tell notification is not online.
|
static String[] |
XLATE_MODES
String translations for the various chat modes.
|
ACCESS_DENIED, E_ACCESS_DENIED, E_INTERNAL_ERROR, GLOBAL_GROUP, INTERNAL_ERRORstatic final String SUCCESS
static final String CHAT_NOTIFICATION
static final String CHAT_CHANNEL_NOTIFICATION
static final Permission CHAT_ACCESS
static final Permission BROADCAST_ACCESS
static final String IDLE_TIME_KEY
static final long DEFAULT_IDLE_TIME
static final String PLACE_CHAT_TYPE
ChatDirector.addAuxiliarySource(com.threerings.presents.dobj.DObject, java.lang.String).static final String USER_CHAT_TYPE
static final byte DEFAULT_MODE
SpeakService.speak(java.lang.String, byte) requests.static final byte THINK_MODE
SpeakService.speak(java.lang.String, byte) mode to indicate that the user is thinking what they're
saying, or is it that they're saying what they're thinking?static final byte EMOTE_MODE
SpeakService.speak(java.lang.String, byte) mode to indicate that a speak is actually an emote.static final byte SHOUT_MODE
SpeakService.speak(java.lang.String, byte) mode to indicate that a speak is actually a shout.static final byte BROADCAST_MODE
SpeakService.speak(java.lang.String, byte) mode to indicate that a speak is actually a server-wide
broadcast.static final byte LAST_MODE
static final String[] XLATE_MODES
static final String USER_NOT_ONLINE
static final String USER_DISCONNECTED
Copyright © 2015. All rights reserved.