Serialized Form

Class Body implements Serializable

Serialized Fields

id

int id

player

int player

type

int type

time

long time

radius

double radius

positionX

double positionX

positionY

double positionY

movementX

double movementX

movementY

double movementY

angle

double angle

creation

long creation

acceleration

double acceleration

angleRate

double angleRate


Class Body.CreatedLaterException implements Serializable

Serialized Fields

this$0

Body this$0


Class Body.DisabledException implements Serializable

Serialized Fields

this$0

Body this$0


Class Debris implements Serializable

Serialized Fields

expirationDelay

long expirationDelay
How long from explosion, in ms, until this disappears.


Class DefaultShip implements Serializable

Serialized Fields

hitPoints

int hitPoints


Class Engine implements Serializable

Serialized Fields

world

World world

relativeServerTime

long relativeServerTime
Update creation timestamp (server time) minus time received (client time).


Class Explosion implements Serializable


Class Game implements Serializable


Class GameFullException implements Serializable


Class LaserShot implements Serializable


Class RandomShip implements Serializable


Class Remove implements Serializable

Serialized Fields

id

int id


Class Replace implements Serializable

Serialized Fields

body

Body body


Class Screen implements Serializable

Serialized Fields

listener

Screen.ScreenKeyListener listener

timer

java.util.Timer timer

draw

Draw draw

server

RServer server

id

int id


Class Server implements Serializable

Serialized Fields

masterEngine

MasterEngine masterEngine

users

boolean[] users

lastNewPlayer

int lastNewPlayer

userInfo

Server.UserInfo[] userInfo

world

FilledWorld world


Class Ship implements Serializable

Serialized Fields

lastFired

long lastFired
Time that the ship last fired its weapon.


Class Stellar implements Serializable


Class Update implements Serializable

Serialized Fields

timestamp

long timestamp
Time of generation.