de.tud.dvs1.example
Class CannonBall

java.lang.Object
  extended by de.tud.dvs1.mmpgp2p.GameObject
      extended by de.tud.dvs1.example.CannonBall
All Implemented Interfaces:
java.io.Serializable

public class CannonBall
extends GameObject

See Also:
Serialized Form

Field Summary
static double GUNSPEED
           
 
Fields inherited from class de.tud.dvs1.mmpgp2p.GameObject
AVATAR_INC, AVATAR_START_ID, fromx, fromy, fromz, h, id, l, lastcommand, lastupdate, life, maxlife, mayChange, name, orientation, owner, speed, subtype, tox, toy, toz, type, userdata, w, x, y, z
 
Constructor Summary
CannonBall(GameWorld g)
           
 
Method Summary
 
Methods inherited from class de.tud.dvs1.mmpgp2p.GameObject
getID, getLife, hit, isAvatar, isMoving, mayChangeRegion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GUNSPEED

public static final double GUNSPEED
See Also:
Constant Field Values
Constructor Detail

CannonBall

public CannonBall(GameWorld g)
           throws MmpgP2PException
Throws:
MmpgP2PException