warbot.BPV_team
Class Rocket

java.lang.Object
  extended by warbot.BPV_team.Mobile
      extended by warbot.BPV_team.Rocket

public class Rocket
extends Mobile


Constructor Summary
Rocket(Point p)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 boolean getDejaVu()
           
 boolean getShootee()
           
 void setCoord(double x, double y)
           
 void setShootee(boolean b)
           
 
Methods inherited from class warbot.BPV_team.Mobile
getCoord, getNextCoord, getNextX, getNextY, getVisee, getX, getY, setVal, setVal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rocket

public Rocket(Point p)
Method Detail

setCoord

public void setCoord(double x,
                     double y)

getShootee

public boolean getShootee()

setShootee

public void setShootee(boolean b)

getDejaVu

public boolean getDejaVu()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class Mobile


Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.