|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gecco.server.core.Action | +--gecco.game.firefighter.SetOnFire
Description of the Class
Field Summary | |
private double |
addX
Description of the Field |
private double |
addY
Description of the Field |
private static int |
FUEL_DECREASE_PER_MOVE
Description of the Field |
private static String |
FUEL_PROPERTY_STRING
Description of the Field |
private static String |
MOVE_ACTION_ID
Description of the Field |
private static double |
stepLength
Description of the Field |
private static String |
WATER_PROPERTY_STRING
Description of the Field |
private static int |
WATER_STATE
Description of the Field |
Fields inherited from class gecco.server.core.Action |
actionHandle, argUnit, argX, argY, isInstantaneous, unit |
Constructor Summary | |
SetOnFire()
Constructor for the SetOnFire object |
Method Summary | |
ActionReturn |
checkPoint()
Description of the Method |
void |
initiate(int _actionHandle,
int _unitHandle)
Description of the Method |
void |
initiate(int _actionHandle,
int _unitHandle,
double _argX,
double _argY)
Description of the Method |
void |
initiate(int _actionHandle,
int _unitHandle,
int _argUnitHandle)
Description of the Method |
Methods inherited from class gecco.server.core.Action |
canSeePosition, getActionHandle, getArgumentUnit, getArgumentX, getArgumentY, getAutomatonState, getUnit, getUnitHandle, isInstantaneous, sendEventToAutomaton, sendEventToUnit, setInstantaneous |
Methods inherited from class java.lang.Object |
|
Field Detail |
private double addX
private double addY
private static final String FUEL_PROPERTY_STRING
private static final String WATER_PROPERTY_STRING
private static final int FUEL_DECREASE_PER_MOVE
private static final double stepLength
private static final int WATER_STATE
private static final String MOVE_ACTION_ID
Constructor Detail |
public SetOnFire()
Method Detail |
public void initiate(int _actionHandle, int _unitHandle)
initiate
in class Action
_actionHandle
- Description of Parameter_unitHandle
- Description of Parameterpublic void initiate(int _actionHandle, int _unitHandle, int _argUnitHandle)
initiate
in class Action
_actionHandle
- Description of Parameter_unitHandle
- Description of Parameter_argUnitHandle
- Description of Parameterpublic void initiate(int _actionHandle, int _unitHandle, double _argX, double _argY)
initiate
in class Action
_actionHandle
- Description of Parameter_unitHandle
- Description of Parameter_argX
- Description of Parameter_argY
- Description of Parameterpublic ActionReturn checkPoint()
checkPoint
in class Action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |