org.gjt.universe.scheme001
Class SpaceBattle_001.BattleMember

java.lang.Object
  |
  +--org.gjt.universe.scheme001.SpaceBattle_001.BattleMember
Enclosing class:
SpaceBattle_001

private static class SpaceBattle_001.BattleMember
extends java.lang.Object


Field Summary
(package private)  float armor
           
(package private)  float attack
           
(package private)  VectorModuleID attackModules
           
(package private)  StationID BID
           
(package private)  float computer
           
(package private)  boolean destroyed
           
(package private)  ShipID HID
           
(package private)  boolean isaShip
           
(package private)  float maxshield
           
(package private)  java.lang.String name
           
(package private)  CivID owner
           
(package private)  float shield
           
(package private)  VectorModuleID shieldModules
           
(package private)  float shieldRegen
           
(package private)  ShipBase ship
           
(package private)  Station_001 station
           
(package private)  int targetIndex
           
 
Constructor Summary
(package private) SpaceBattle_001.BattleMember(ShipID HID)
           
(package private) SpaceBattle_001.BattleMember(Station_001 station, StationID BID)
           
 
Method Summary
(package private)  void recalculate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isaShip

boolean isaShip

destroyed

boolean destroyed

owner

CivID owner

targetIndex

int targetIndex

name

java.lang.String name

HID

ShipID HID

ship

ShipBase ship

BID

StationID BID

station

Station_001 station

shieldModules

VectorModuleID shieldModules

attackModules

VectorModuleID attackModules

attack

float attack

shield

float shield

maxshield

float maxshield

armor

float armor

computer

float computer

shieldRegen

float shieldRegen
Constructor Detail

SpaceBattle_001.BattleMember

SpaceBattle_001.BattleMember(ShipID HID)

SpaceBattle_001.BattleMember

SpaceBattle_001.BattleMember(Station_001 station,
                             StationID BID)
Method Detail

recalculate

void recalculate()


Copyright © 2001 Universe Dev Team All Rights Reserved.