game.subsystems
Class UnprotectedHull

java.lang.Object
  extended bygame.subsystems.Hull
      extended bygame.subsystems.UnprotectedHull
Direct Known Subclasses:
ArmoredHull, PhaseShieldedHull

public class UnprotectedHull
extends Hull


Constructor Summary
UnprotectedHull(double hullStrength)
           
 
Method Summary
 void integrate(double timestep)
           
 void takeDamage(double angle, double damage)
           
 java.lang.String toString()
           
 
Methods inherited from class game.subsystems.Hull
getHealth, getHullStrength, isDestroyed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnprotectedHull

public UnprotectedHull(double hullStrength)
Method Detail

takeDamage

public void takeDamage(double angle,
                       double damage)
Specified by:
takeDamage in class Hull
See Also:
Hull.takeDamage(double, double)

integrate

public void integrate(double timestep)
Specified by:
integrate in class Hull
See Also:
Hull.integrate(double)

toString

public java.lang.String toString()
See Also:
Object.toString()