Serialized Form
-
Package battlecode.common
-
Exception Class battlecode.common.GameActionException
class GameActionException extends Exception implements Serializable- serialVersionUID:
- 1575948762L
-
Serialized Fields
-
type
GameActionExceptionType type
-
-
Class battlecode.common.MapLocation
class MapLocation extends Object implements Serializable- serialVersionUID:
- -8945913587066072824L
-
Serialized Fields
-
x
int x
The x-coordinate. -
y
int y
The y-coordinate.
-
-