|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.vee.btech.unit.Battlemech
A Battlemech, the undisputed masters of the battle-field. Battlemech are often referred to as, simply, "'Mechs".
| Constructor Summary | |
Battlemech(java.lang.String aType,
java.lang.String aDesignation,
int aMass)
Constructs a new Battlemech. |
|
| Method Summary | |
int |
getArmorFactor()
Returns this 'mech's armor factor. |
int |
getArmorMass()
Returns this 'mech's armor mass. |
MechTorso |
getCenterTorso()
|
Cockpit |
getCockpit()
Returns this 'mech's cockpit. |
java.lang.String |
getDesignation()
Returns the unit's designation. |
int |
getEffectiveJump()
Returns the unit's maximum effective jump distance. |
Engine |
getEngine()
Returns this 'mech's engine. |
java.util.List |
getEquipment()
Returns a list of this 'mech's equipment. |
Gyro |
getGyro()
Returns this 'mech's gyro. |
MechStructure |
getHead()
|
java.util.List |
getHeatSinks()
Returns a list of this 'mech's heat sinks. |
java.util.List |
getJumpJets()
Returns a list of this 'mech's jump jets. |
MechStructure |
getLeftArm()
|
MechStructure |
getLeftLeg()
|
MechTorso |
getLeftTorso()
|
int |
getMass()
Returns the unit's mass (in kilograms). |
MechStructure |
getRightArm()
|
MechStructure |
getRightLeg()
|
MechTorso |
getRightTorso()
|
int |
getRun()
Returns the unit's running speed. |
java.lang.String |
getType()
Returns the unit's type. |
int |
getWalk()
Returns the unit's walking speed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Battlemech(java.lang.String aType,
java.lang.String aDesignation,
int aMass)
| Method Detail |
public java.lang.String getType()
public java.lang.String getDesignation()
public int getMass()
public Engine getEngine()
public int getWalk()
public int getRun()
public int getEffectiveJump()
public java.util.List getJumpJets()
public java.util.List getHeatSinks()
public Gyro getGyro()
public Cockpit getCockpit()
public int getArmorFactor()
public int getArmorMass()
public java.util.List getEquipment()
public MechStructure getHead()
public MechTorso getCenterTorso()
public MechTorso getLeftTorso()
public MechTorso getRightTorso()
public MechStructure getRightArm()
public MechStructure getLeftArm()
public MechStructure getRightLeg()
public MechStructure getLeftLeg()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||