net.vee.btech.component
Class Gyro

java.lang.Object
  |
  +--net.vee.btech.component.AbstractComponent
        |
        +--net.vee.btech.component.Gyro
All Implemented Interfaces:
Component

public class Gyro
extends AbstractComponent

A 'mech gyro.


Fields inherited from interface net.vee.btech.component.Component
AMMUNITION_BAY, COCKPIT, ENGINE, GYRO, HEAT_SINK, JUMP_JET, LIFE_SUPPORT, SENSORS, WEAPON
 
Constructor Summary
Gyro(java.lang.String aType, int aMass, int aSize)
          Constructs a new Gyro.
 
Method Summary
 int getComponentType()
           
 
Methods inherited from class net.vee.btech.component.AbstractComponent
getHeat, getMass, getSize, getType, isDamaged, isDestroyed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gyro

public Gyro(java.lang.String aType,
            int aMass,
            int aSize)
Constructs a new Gyro.
Method Detail

getComponentType

public int getComponentType()