|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gecco.communication.messages.MessageType
A class containing constants that will be sent before a message is sent, to tell what type of message is coming.
Field Summary | |
static int |
abortAction
Description of the Field |
static int |
abortGame
Description of the Field |
static int |
ActionBlocked
Description of the Field |
static int |
ActionCompleted
Description of the Field |
static int |
ActionFailed
Description of the Field |
static int |
ActionOnPosition
Description of the Field |
static int |
ActionOnUnit
Description of the Field |
static int |
ActionOnVoid
Description of the Field |
static int |
disconnect
Description of the Field |
static int |
getAvailableRoles
Description of the Field |
static int |
getMap
Description of the Field |
static int |
getMapSize
Description of the Field |
static int |
getMapUpperLeft
Description of the Field |
static int |
joinAsRole
Description of the Field |
static int |
MapPointInvisible
Description of the Field |
static int |
MapPointsInvisible
Description of the Field |
static int |
MapUpdate
Description of the Field |
static int |
MapUpdates
Description of the Field |
static int |
Ping
Description of the Field |
static int |
PingReply
Description of the Field |
static int |
startGame
Description of the Field |
static int |
UnitDeleted
Description of the Field |
static int |
UnitDestroyed
Description of the Field |
static int |
UnitMessage
Description of the Field |
static int |
UnitPositionUpdate
Description of the Field |
static int |
UnitPropertyUpdate
Description of the Field |
static int |
UnitVisible
Description of the Field |
Constructor Summary | |
MessageType()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final int ActionOnVoid
public static final int ActionOnUnit
public static final int ActionOnPosition
public static final int getMapSize
public static final int getMap
public static final int abortGame
public static final int abortAction
public static final int getMapUpperLeft
public static final int startGame
public static final int UnitPositionUpdate
public static final int Ping
public static final int UnitPropertyUpdate
public static final int getAvailableRoles
public static final int joinAsRole
public static final int disconnect
public static final int UnitVisible
public static final int UnitDeleted
public static final int ActionBlocked
public static final int MapUpdate
public static final int MapPointInvisible
public static final int ActionCompleted
public static final int ActionFailed
public static final int MapUpdates
public static final int MapPointsInvisible
public static final int PingReply
public static final int UnitDestroyed
public static final int UnitMessage
Constructor Detail |
public MessageType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |