wyvern.common.net
Interface RPCConstants.OutputView

Enclosing interface:
RPCConstants

public static interface RPCConstants.OutputView

Directs an image (or text) to go to a specific view. Only used for images right now.


Field Summary
static byte CHAT_WINDOW
           
static byte POPUP
           
static byte SERVER_OUTPUT
           
 

Field Detail

SERVER_OUTPUT

public static final byte SERVER_OUTPUT
See Also:
Constant Field Values

CHAT_WINDOW

public static final byte CHAT_WINDOW
See Also:
Constant Field Values

POPUP

public static final byte POPUP
See Also:
Constant Field Values