org.gjt.universe.scheme001
Class Defense_001

java.lang.Object
  |
  +--org.gjt.universe.attributes.DefenseBase
        |
        +--org.gjt.universe.scheme001.Defense_001

class Defense_001
extends DefenseBase


Field Summary
private  float armor
           
private  float computer
           
private  boolean isaShip
           
private  float recharge
           
private  float shield
           
private  VectorModuleID shieldModules
           
 
Constructor Summary
Defense_001(ShipDesignID DID)
           
Defense_001(StationID BID)
           
 
Method Summary
 float getArmor()
           
 float getComputer()
           
 float getRecharge()
           
 float getShield()
           
 VectorModuleID getShieldModules()
           
 boolean isaShip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isaShip

private boolean isaShip

armor

private float armor

computer

private float computer

shield

private float shield

recharge

private float recharge

shieldModules

private VectorModuleID shieldModules
Constructor Detail

Defense_001

public Defense_001(ShipDesignID DID)

Defense_001

public Defense_001(StationID BID)
Method Detail

isaShip

public boolean isaShip()

getArmor

public float getArmor()

getComputer

public float getComputer()

getShield

public float getShield()

getRecharge

public float getRecharge()

getShieldModules

public VectorModuleID getShieldModules()


Copyright © 2001 Universe Dev Team All Rights Reserved.