Class TankUnit

java.lang.Object
  |
  +--Unit
        |
        +--TankUnit

class TankUnit
extends Unit

The unit that represents a Tank. Default statistics are: health - 150, armor - 75, firepower - 125, movement range - 3, type - "Tank"


Field Summary
(package private) static javax.swing.ImageIcon unitIcon
           
 
Fields inherited from class Unit
armor, attacked, cost, firepower, forest, health, maxHealth, moved, movementRange, nextUnit, number, passableTerrain, posx, posy, prevx, prevy, type, unitIcon, water
 
Constructor Summary
TankUnit()
           
 
Methods inherited from class Unit
addPassableTerrain, getArmor, getCost, getFirePower, getHealth, getIcon, getMaxHealth, getMovementRange, getNext, getNumber, getOldX, getOldY, getPositionX, getPositionY, getType, hasAttacked, hasMoved, isPassable, setAttacked, setHealth, setIcon, setMoved, setNext, setNumber, setPositionX, setPositionY, takeDamage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

unitIcon

static javax.swing.ImageIcon unitIcon
Constructor Detail

TankUnit

public TankUnit()