wyvern.common.net
Interface RPCConstants.TextStyle

All Known Implementing Classes:
Registration
Enclosing interface:
RPCConstants

public static interface RPCConstants.TextStyle

Text-style specifiers. The client is free to draw them in any way it chooses or ignore them completely. The typical usage is:


Field Summary
static byte TEXT_DAMAGE
           
static byte TEXT_ECHO
           
static byte TEXT_FIXED
           
static byte TEXT_HIT
           
static byte TEXT_INFO
           
static byte TEXT_PLAIN
           
static byte TEXT_SYSTEM
           
static byte TEXT_TALK
           
static byte TEXT_TELL
           
static byte TEXT_WIZ
           
 

Field Detail

TEXT_PLAIN

public static final byte TEXT_PLAIN
See Also:
Constant Field Values

TEXT_INFO

public static final byte TEXT_INFO
See Also:
Constant Field Values

TEXT_ECHO

public static final byte TEXT_ECHO
See Also:
Constant Field Values

TEXT_DAMAGE

public static final byte TEXT_DAMAGE
See Also:
Constant Field Values

TEXT_TALK

public static final byte TEXT_TALK
See Also:
Constant Field Values

TEXT_SYSTEM

public static final byte TEXT_SYSTEM
See Also:
Constant Field Values

TEXT_HIT

public static final byte TEXT_HIT
See Also:
Constant Field Values

TEXT_WIZ

public static final byte TEXT_WIZ
See Also:
Constant Field Values

TEXT_TELL

public static final byte TEXT_TELL
See Also:
Constant Field Values

TEXT_FIXED

public static final byte TEXT_FIXED
See Also:
Constant Field Values