warbot.XO
Class Obstacle
java.lang.Object
warbot.XO.Obstacle
public class Obstacle
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.