net.vee.btech.unit
Class MechStructure

java.lang.Object
  |
  +--net.vee.btech.unit.Structure
        |
        +--net.vee.btech.unit.MechStructure
Direct Known Subclasses:
MechTorso

public abstract class MechStructure
extends Structure

The basic building blocks for battlemechs.


Field Summary
protected  int mArmor
           
protected  int mInternalStructure
           
 
Fields inherited from class net.vee.btech.unit.Structure
mComponents
 
Constructor Summary
MechStructure()
           
 
Methods inherited from class net.vee.btech.unit.Structure
getComponents, getFirstComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mInternalStructure

protected int mInternalStructure

mArmor

protected int mArmor
Constructor Detail

MechStructure

public MechStructure()