ctf.environment
Class AgentInfo

java.lang.Object
  |
  +--ctf.environment.AgentInfo

class AgentInfo
extends Object

Class containing an agent and current information about the agent that pertains to the current game.

Author:
Jason Rohrer

Field Summary
 Agent mAgent
           
 EnvironmentLocation mAgentLocation
           
 EnvironmentLocation mAgentStartLocation
           
 boolean mHasFlag
           
 
Constructor Summary
(package private) AgentInfo()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mAgent

public Agent mAgent

mAgentStartLocation

public EnvironmentLocation mAgentStartLocation

mAgentLocation

public EnvironmentLocation mAgentLocation

mHasFlag

public boolean mHasFlag
Constructor Detail

AgentInfo

AgentInfo()