Package model
Class Aeroplane
java.lang.Object
model.Troop
model.Aeroplane
public class Aeroplane extends Troop
Aeroplane is a type of troop.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Aeroplane()
-
Method Summary
Methods inherited from class model.Troop
getCurrentRegion, getHealth, getName, getPosition, getPrice, getSpeed, getTroopImage, inGoal, isFlying, move, setCurrentRegion, setHealth, setInGoal, setPosition, setTroopImage, subtractHealth
-
Constructor Details
-
Aeroplane
public Aeroplane()
-