|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.vee.btech.component.AbstractComponent
|
+--net.vee.btech.component.HeatSink
A heat sink.
| Fields inherited from interface net.vee.btech.component.Component |
AMMUNITION_BAY, COCKPIT, ENGINE, GYRO, HEAT_SINK, JUMP_JET, LIFE_SUPPORT, SENSORS, WEAPON |
| Constructor Summary | |
HeatSink(HeatSink aSource)
Constructs a new HeatSink. |
|
HeatSink(java.lang.String aType,
int aMass,
int aSize,
int aEfficiency)
Constructs a new HeatSink. |
|
| Method Summary | |
int |
getComponentType()
|
int |
getEfficiency()
|
| 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 |
public HeatSink(java.lang.String aType,
int aMass,
int aSize,
int aEfficiency)
public HeatSink(HeatSink aSource)
| Method Detail |
public int getComponentType()
public int getEfficiency()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||