game.subsystems
Class PhaseShieldedHull
java.lang.Object
game.subsystems.Hull
game.subsystems.UnprotectedHull
game.subsystems.PhaseShieldedHull
- public class PhaseShieldedHull
- extends UnprotectedHull
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PhaseShieldedHull
public PhaseShieldedHull(double hullStrength)
takePenetratingDamage
public void takePenetratingDamage(double angle,
double damage)
takeDamage
public void takeDamage(double angle,
double damage)
- Overrides:
takeDamage
in class UnprotectedHull
- See Also:
Hull.takeDamage(double, double)
toString
public java.lang.String toString()
- Overrides:
toString
in class UnprotectedHull
- See Also:
Object.toString()