Serialized Form


Package feud.testgame.view

Class feud.testgame.view.AnimatedObject extends ClientObject implements Serializable

Class feud.testgame.view.BulletView extends ClientObject implements Serializable

Class feud.testgame.view.ClientObject extends com.threed.jpct.Object3D implements Serializable

Serialized Fields

isModified

boolean isModified

backRot

com.threed.jpct.Matrix backRot

backPos

com.threed.jpct.SimpleVector backPos

speed

com.threed.jpct.SimpleVector speed

backAnim

int backAnim

backAnimSpeed

int backAnimSpeed

lastAccess

long lastAccess

ticks

long ticks

lastSequence

int lastSequence

lastAnimSpeed

int lastAnimSpeed

transfered

boolean transfered

child

com.threed.jpct.Object3D child

Class feud.testgame.view.Decal extends com.threed.jpct.Object3D implements Serializable

Serialized Fields

id

long id

Class feud.testgame.view.Level extends com.threed.jpct.Object3D implements Serializable

Serialized Fields

parMan

ParticleManager parMan

Class feud.testgame.view.Particle extends com.threed.jpct.Object3D implements Serializable

Serialized Fields

vel

com.threed.jpct.SimpleVector vel

grav

com.threed.jpct.SimpleVector grav

texture

java.lang.String texture

time

long time

maxTime

long maxTime

maxY

float maxY

checkCount

int checkCount

lastMoved

long lastMoved

Class feud.testgame.view.WeaponView extends com.threed.jpct.Object3D implements Serializable


Package feud.testgame.model

Class feud.testgame.model.LocalObjectList extends java.util.ArrayList implements Serializable