warbot.XO
Class Obstacle

java.lang.Object
  extended by warbot.XO.Obstacle

public class Obstacle
extends java.lang.Object


Method Summary
 int getLife()
           
 int getMaxLife()
           
 double getPower()
           
 java.lang.String getType()
           
 double getX()
           
 double getY()
           
 void setLife(int l)
           
 void setMaxLife(int l)
           
 void setPower(double p)
           
 void setType(java.lang.String type1)
           
 void setX(double x1)
           
 void setY(double y1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setX

public void setX(double x1)

setY

public void setY(double y1)

setLife

public void setLife(int l)

setMaxLife

public void setMaxLife(int l)

setPower

public void setPower(double p)

setType

public void setType(java.lang.String type1)

getLife

public int getLife()

getMaxLife

public int getMaxLife()

getPower

public double getPower()

getX

public double getX()

getY

public double getY()

getType

public java.lang.String getType()


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