|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.mazewar.Projectile
public class Projectile
Simple class for representing projectiles.
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 |
---|
public Projectile(Client client)
Projectile
owned by the specified
Client
.
client
- The owner.Method Detail |
---|
public Client getOwner()
Projectile
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |