ctf.evaluation
Class StandardLocations

java.lang.Object
  extended by ctf.evaluation.StandardLocations

public class StandardLocations
extends java.lang.Object

Standard locations for game objects (e.g. flags and trees) to be in


Field Summary
static int PLAYERS
           
static int TREES
           
 
Constructor Summary
StandardLocations()
           
 
Method Summary
static Point flag(Side side)
          Standard flag locations
static Point[] players(Side side)
          Standard player locations
static Point[] trees(Side side)
          Standard tree locations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLAYERS

public static final int PLAYERS
See Also:
Constant Field Values

TREES

public static final int TREES
See Also:
Constant Field Values
Constructor Detail

StandardLocations

public StandardLocations()
Method Detail

players

public static Point[] players(Side side)
Standard player locations


trees

public static Point[] trees(Side side)
Standard tree locations


flag

public static Point flag(Side side)
Standard flag locations