Serialized Form


Package battlecode.common

Class battlecode.common.GameActionException extends Exception implements Serializable

serialVersionUID: 1575948762L

Serialized Fields

type

GameActionExceptionType type

Class battlecode.common.MapEditor extends JFrame implements Serializable

Serialized Fields

keysHeld

boolean[] keysHeld

map

int[][] map

xmax

int xmax

ymax

int ymax

tilePixels

int tilePixels

mode

int mode

huge

boolean huge

Class battlecode.common.MapLocation extends Object implements Serializable

serialVersionUID: -8945913587066072824L

Serialized Fields

x

int x
The x-coordinate.


y

int y
The y-coordinate.