Class Constants
java.lang.Object
Constants
- public class Constants
- extends java.lang.Object
- Author:
- bachmaer
Class to hold constants for the space game.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OBJECT_WIDTH
static final int OBJECT_WIDTH
- See Also:
- Constant Field Values
INCREMENT
static final int INCREMENT
- See Also:
- Constant Field Values
NORTH
static final int NORTH
- See Also:
- Constant Field Values
EAST
static final int EAST
- See Also:
- Constant Field Values
SOUTH
static final int SOUTH
- See Also:
- Constant Field Values
WEST
static final int WEST
- See Also:
- Constant Field Values
MAX_SECTOR_X
static final int MAX_SECTOR_X
- See Also:
- Constant Field Values
MAX_SECTOR_Y
static final int MAX_SECTOR_Y
- See Also:
- Constant Field Values
MULTICAST_ADDRESS
static final java.lang.String MULTICAST_ADDRESS
- See Also:
- Constant Field Values
MULTI_CAST_PORT
static final int MULTI_CAST_PORT
- See Also:
- Constant Field Values
OBS_SERVER_MULTICAST_ADDRESS
static final java.lang.String OBS_SERVER_MULTICAST_ADDRESS
- See Also:
- Constant Field Values
OBS_SERVER_MULTICAST_PORT
static final int OBS_SERVER_MULTICAST_PORT
- See Also:
- Constant Field Values
Constants
public Constants()