public class UnitFlag extends UnitAbstract implements Unit
Modifier and Type | Method and Description |
---|---|
int |
getAttack() |
int |
getCost() |
int |
getDefend() |
java.lang.String |
getImageFilename() |
int |
getMovement() |
Player |
getOwner() |
java.lang.String |
getShortString() |
int |
getType() |
boolean |
isFlag() |
java.lang.String |
toString() |
canShoreBombard, expiresAfterAttack, getAttackMovement, getHeight, getNukeLevel, getNumberOffsetX, getNumberOffsetY, getSpecialString, getWidth, isAir, isCastle, isFort, isSub, isWater, transportCapacity, transportCapacityAir, transportCapacityMissiles, transportWeight
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
canShoreBombard, expiresAfterAttack, getAttackMovement, getHeight, getNukeLevel, getNumberOffsetX, getNumberOffsetY, getSpecialString, getWidth, isAir, isCastle, isFort, isSub, isWater, transportCapacity, transportCapacityAir, transportCapacityMissiles, transportWeight
public UnitFlag(Player own)
public int getAttack()
getAttack
in interface Unit
getAttack
in class UnitAbstract
public int getCost()
getCost
in interface Unit
getCost
in class UnitAbstract
public int getDefend()
getDefend
in interface Unit
getDefend
in class UnitAbstract
public java.lang.String getImageFilename()
getImageFilename
in interface Unit
getImageFilename
in class UnitAbstract
public int getMovement()
getMovement
in interface Unit
getMovement
in class UnitAbstract
public Player getOwner()
getOwner
in interface Unit
getOwner
in class UnitAbstract
public java.lang.String getShortString()
getShortString
in interface Unit
getShortString
in class UnitAbstract
public int getType()
getType
in interface Unit
getType
in class UnitAbstract
public boolean isFlag()
isFlag
in interface Unit
isFlag
in class UnitAbstract
public java.lang.String toString()
toString
in class UnitAbstract