game.players
Class HBodyPlayer

java.lang.Object
  extended bygame.players.Player
      extended bygame.players.HBodyPlayer

public class HBodyPlayer
extends Player


Field Summary
 
Fields inherited from class game.players.Player
BLACK_LANCE, BORDER_WORLDS, BREAK_IMMEDIATELY_MODE, CIVILIAN, CONFED, DO_NOTHING_MODE, KILRATHI, NEPHILIM, NEUTRAL, PIRATE, RACE_COLORS, RACE_NAMES, UNKNOWN, WAIT_THEN_BREAK_MODE
 
Constructor Summary
HBodyPlayer(int id)
           
 
Method Summary
 boolean integrate(double timestep, java.util.Vector units)
           
 
Methods inherited from class game.players.Player
alliedWith, canSee, getColor, getFrontImage, getIconImage, getID, getName, getRace, hasIcon, orderGunAttack, orderLeadPursue, orderMode, orderMove, orderToggleCloak, orderToggleWeapons, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HBodyPlayer

public HBodyPlayer(int id)
Method Detail

integrate

public boolean integrate(double timestep,
                         java.util.Vector units)
Overrides:
integrate in class Player
See Also:
Player.integrate(double, java.util.Vector)