net.mazewar
Class Projectile

java.lang.Object
  extended by net.mazewar.Projectile

public class Projectile
extends java.lang.Object

Simple class for representing projectiles.

Version:
$Id: Projectile.java 350 2004-01-24 05:31:17Z geoffw $
Author:
Geoffrey Washburn <geoffw@cis.upenn.edu>

Constructor Summary
Projectile(Client client)
          Create a new Projectile owned by the specified Client.
 
Method Summary
 Client getOwner()
          Find out the owner of this Projectile.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Projectile

public Projectile(Client client)
Create a new Projectile owned by the specified Client.

Parameters:
client - The owner.
Method Detail

getOwner

public Client getOwner()
Find out the owner of this Projectile.

Returns:
The owner.