net.vee.btech.component
Class JumpJet

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

public class JumpJet
extends AbstractComponent

A jump-jet.


Fields inherited from interface net.vee.btech.component.Component
AMMUNITION_BAY, COCKPIT, ENGINE, GYRO, HEAT_SINK, JUMP_JET, LIFE_SUPPORT, SENSORS, WEAPON
 
Constructor Summary
JumpJet(JumpJet aSource)
          Constructs a new JumpJet.
JumpJet(java.lang.String aType, int aMass, int aSize)
          Constructs a new JumpJet.
 
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

JumpJet

public JumpJet(java.lang.String aType,
               int aMass,
               int aSize)
Constructs a new JumpJet.

JumpJet

public JumpJet(JumpJet aSource)
Constructs a new JumpJet.
Method Detail

getComponentType

public int getComponentType()