game.players
Class LocalPlayer

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

public class LocalPlayer
extends Player


Field Summary
 
Fields inherited from class game.players.Player
BLACK_LANCE, BORDER_WORLDS, CIVILIAN, CONFED, DO_NOTHING_MODE, KILRATHI, NEPHILIM, PIRATE, RACE_COLORS, RACE_NAMES, UNKNOWN, WAIT_THEN_BREAK_MODE
 
Constructor Summary
LocalPlayer(java.lang.String name, int id, int race, int[] allies)
           
LocalPlayer(java.lang.String name, int id, int race, int[] allies, java.lang.String icon)
           
 
Methods inherited from class game.players.Player
alliedWith, canSee, getColor, getIcon, getIconImage, getID, getName, getRace, integrate, orderGunAttack, orderLeadPursue, orderMode, orderMove, orderToggleCloak, orderToggleWeapons, setIcon, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalPlayer

public LocalPlayer(java.lang.String name,
                   int id,
                   int race,
                   int[] allies)

LocalPlayer

public LocalPlayer(java.lang.String name,
                   int id,
                   int race,
                   int[] allies,
                   java.lang.String icon)