public interface Unit
Modifier and Type | Method and Description |
---|---|
boolean |
canShoreBombard() |
boolean |
expiresAfterAttack() |
int |
getAttack() |
int |
getAttackMovement() |
int |
getCost() |
int |
getDefend() |
int |
getHeight() |
java.lang.String |
getImageFilename() |
int |
getMovement() |
int |
getNukeLevel() |
int |
getNumberOffsetX() |
int |
getNumberOffsetY() |
Player |
getOwner() |
java.lang.String |
getShortString() |
java.lang.String |
getSpecialString() |
int |
getType() |
int |
getWidth() |
boolean |
isAir() |
boolean |
isCastle() |
boolean |
isFlag() |
boolean |
isFort() |
boolean |
isSub() |
boolean |
isWater() |
int |
transportCapacity() |
int |
transportCapacityAir() |
int |
transportCapacityMissiles() |
int |
transportWeight() |
boolean canShoreBombard()
boolean expiresAfterAttack()
int getAttack()
int getAttackMovement()
int getCost()
int getDefend()
int getHeight()
java.lang.String getImageFilename()
int getMovement()
int getNukeLevel()
int getNumberOffsetX()
int getNumberOffsetY()
Player getOwner()
java.lang.String getShortString()
java.lang.String getSpecialString()
int getType()
int getWidth()
boolean isAir()
boolean isCastle()
boolean isFlag()
boolean isFort()
boolean isSub()
boolean isWater()
int transportCapacity()
int transportCapacityAir()
int transportCapacityMissiles()
int transportWeight()