Crossfire JXClient, Trunk
R20561
|
Interface defining constants for the "magicmap" Crossfire protocol message. More...
Public Attributes | |
int | FACE_COLOR_MASK = 0x0F |
Bitmask in magic map information to extract the color information of a tile. More... | |
int | FACE_FLOOR = 0x80 |
Bitmask in magic map information to denote a floor tile. More... | |
int | FACE_WALL = 0x40 |
Bitmask in magic map information to denote a wall tile. More... | |
Interface defining constants for the "magicmap" Crossfire protocol message.
Definition at line 28 of file MagicMap.java.
int com.realtime.crossfire.jxclient.protocol.MagicMap.FACE_COLOR_MASK = 0x0F |
Bitmask in magic map information to extract the color information of a tile.
Definition at line 34 of file MagicMap.java.
Referenced by com.realtime.crossfire.jxclient.map.CfMap.setMagicMap().
int com.realtime.crossfire.jxclient.protocol.MagicMap.FACE_FLOOR = 0x80 |
Bitmask in magic map information to denote a floor tile.
Definition at line 39 of file MagicMap.java.
int com.realtime.crossfire.jxclient.protocol.MagicMap.FACE_WALL = 0x40 |
Bitmask in magic map information to denote a wall tile.
Definition at line 44 of file MagicMap.java.