C G I O P R S U V 

C

close() - Method in class pp.PP
Shutdown and cleanup Prog&Play API.
command(int, Unit) - Method in class pp.Unit
Commands the unit to carry out action on a specified unit.
command(int, Point2D.Float) - Method in class pp.Unit
Commands a unit to carry out action on a specified position.
command(int, float) - Method in class pp.Unit
Commands a unit to carry out an untargeted action.

G

getCoalition() - Method in class pp.Unit
 
getCode() - Method in class pp.PendingCommand
 
getGroup() - Method in class pp.Unit
 
getHealth() - Method in class pp.Unit
 
getId() - Method in class pp.Unit
 
getMapSize() - Method in class pp.PP
 
getMaxHealth() - Method in class pp.Unit
 
getNumSpecialAreas() - Method in class pp.PP
 
getNumUnits(PP.Coalition) - Method in class pp.PP
Returns the number of units from the "c" coalition.
getParams() - Method in class pp.PendingCommand
 
getPendingCommands() - Method in class pp.Unit
Returns pending commands of this unit.
getPosition() - Method in class pp.Unit
 
getResource(int) - Method in class pp.PP
 
getSpecialAreasPosition(int) - Method in class pp.PP
 
getStartPosition() - Method in class pp.PP
 
getType() - Method in class pp.Unit
 
getUnitAt(PP.Coalition, int) - Method in class pp.PP
Returns the nth visible unit of the "c" coalition.
getValue() - Method in enum pp.PP.Coalition
 

I

isGameOver() - Method in class pp.PP
 

O

open() - Method in class pp.PP
Opens Prog&Play API.

P

PendingCommand - Class in pp
PendingCommand class enables to access data of pending commands.
pp - package pp
 
PP - Class in pp
PP class enables to manage communication with the game and gives access to the data of the game.
PP() - Constructor for class pp.PP
Constructor
PP.Coalition - Enum in pp
Define Coalition type.
pp.exceptions - package pp.exceptions
 
PPException - Exception in pp.exceptions
Lancée pour indiquer qu'une exception est survenue dans la biblioth�que Prog&Play.
PPException() - Constructor for exception pp.exceptions.PPException
Construit un PPException sans message.
PPException(String) - Constructor for exception pp.exceptions.PPException
Construit un PPException avec le message spécifié.

R

removeFromGroup() - Method in class pp.Unit
Removes the unit from its group.
run() - Method in class pp.PP
Close Prog&Play API when the jvm stop.

S

setGroup(int) - Method in class pp.Unit
Allocates the unit to a specified group.

U

Unit - Class in pp
Unit class enables to access data of units.

V

valueOf(String) - Static method in enum pp.PP.Coalition
Returns the enum constant of this type with the specified name.
values() - Static method in enum pp.PP.Coalition
Returns an array containing the constants of this enum type, in the order they are declared.
C G I O P R S U V