mud.common
Class Constants

java.lang.Object
  extended by mud.common.Constants

public abstract class Constants
extends java.lang.Object


Field Summary
static int BroadCastThreads
           
static boolean DISCO_TILES
           
static int FPS
           
static long FRAME_TIME
           
static int SERVER_EVENT_ADD_OBJECT
           
static int SERVER_EVENT_ATTACK
           
static int SERVER_EVENT_CHAT
           
static int SERVER_EVENT_DROP
           
static int SERVER_EVENT_MOVE
           
static int SERVER_EVENT_PICKUP
           
static int SERVER_EVENT_REMOVE_OBJECT
           
static int SERVER_EVENT_ROOM_INIT
           
static int SERVER_EVENT_USE
           
static int SERVER_EVENT_USE_ACTION
           
static boolean START_FULLSCREEN
           
static int TILE_SIZE
           
static int version
           
static java.lang.String versionString
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static int version

versionString

public static java.lang.String versionString

START_FULLSCREEN

public static boolean START_FULLSCREEN

FPS

public static final int FPS
See Also:
Constant Field Values

FRAME_TIME

public static long FRAME_TIME

DISCO_TILES

public static boolean DISCO_TILES

TILE_SIZE

public static int TILE_SIZE

BroadCastThreads

public static int BroadCastThreads

SERVER_EVENT_CHAT

public static final int SERVER_EVENT_CHAT
See Also:
Constant Field Values

SERVER_EVENT_ROOM_INIT

public static final int SERVER_EVENT_ROOM_INIT
See Also:
Constant Field Values

SERVER_EVENT_MOVE

public static final int SERVER_EVENT_MOVE
See Also:
Constant Field Values

SERVER_EVENT_USE

public static final int SERVER_EVENT_USE
See Also:
Constant Field Values

SERVER_EVENT_DROP

public static final int SERVER_EVENT_DROP
See Also:
Constant Field Values

SERVER_EVENT_REMOVE_OBJECT

public static final int SERVER_EVENT_REMOVE_OBJECT
See Also:
Constant Field Values

SERVER_EVENT_ADD_OBJECT

public static final int SERVER_EVENT_ADD_OBJECT
See Also:
Constant Field Values

SERVER_EVENT_ATTACK

public static final int SERVER_EVENT_ATTACK
See Also:
Constant Field Values

SERVER_EVENT_PICKUP

public static final int SERVER_EVENT_PICKUP
See Also:
Constant Field Values

SERVER_EVENT_USE_ACTION

public static final int SERVER_EVENT_USE_ACTION
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()