Package one.empty3.apps.opad
Class Boss
java.lang.Object
one.empty3.apps.opad.Boss
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract booleancontact()getAnima()floatvoidsetAnima(Representable anima) voidsetEnergy(float energy) voidsetPosition(Point2D position)
-
Field Details
-
position
-
energy
protected float energy -
anima
-
-
Constructor Details
-
Boss
public Boss()
-
-
Method Details
-
getPosition
-
setPosition
-
getEnergy
public float getEnergy() -
setEnergy
public void setEnergy(float energy) -
getAnima
-
setAnima
-
contact
protected abstract boolean contact()
-