mud.common
Class Constants
java.lang.Object
mud.common.Constants
public abstract class Constants
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Constants
public Constants()