|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EnvironmentLocation in ctf.environment |
Fields in ctf.environment declared as EnvironmentLocation | |
EnvironmentLocation |
AgentInfo.mAgentStartLocation
|
EnvironmentLocation |
AgentInfo.mAgentLocation
|
Methods in ctf.environment that return EnvironmentLocation | |
EnvironmentLocation[] |
DefaultSet.getObstacleLocations(int inBoardSize)
|
EnvironmentLocation[] |
FileSet.getObstacleLocations(int inBoardSize)
|
EnvironmentLocation[] |
LargeRandomSet.getObstacleLocations(int inBoardSize)
|
EnvironmentLocation[] |
ObstacleSet.getObstacleLocations(int inBoardSize)
Gets an array of obstacle locations specified by this set. |
EnvironmentLocation[] |
RandomSet.getObstacleLocations(int inBoardSize)
|
(package private) EnvironmentLocation |
SingletonGrid.getLocation()
Get object location. |
Methods in ctf.environment with parameters of type EnvironmentLocation | |
(package private) void |
Grid.add(EnvironmentLocation inLocation)
Adds an object to the grid. |
(package private) void |
Grid.remove(EnvironmentLocation inLocation)
Removes an object from the grid. |
(package private) boolean |
Grid.exists(EnvironmentLocation inLocation)
Checks whether an object exists in a particular grid location. |
(package private) void |
SingletonGrid.setLocation(EnvironmentLocation inLocation)
Set object location. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |