gecco.game.oresund
Class Refuel
java.lang.Object
|
+--gecco.server.core.Action
|
+--gecco.game.oresund.Refuel
- public class Refuel
- extends Action
Description of the Class
Field Summary |
private double |
addX
Description of the Field |
private double |
addY
Description of the Field |
private int |
range
Description of the Field |
private double |
stepLength
Description of the Field |
Constructor Summary |
Refuel()
Constructor for the Refuel 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 |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
addX
private double addX
- Description of the Field
addY
private double addY
- Description of the Field
stepLength
private double stepLength
- Description of the Field
range
private int range
- Description of the Field
Refuel
public Refuel()
- Constructor for the Refuel object
initiate
public void initiate(int _actionHandle,
int _unitHandle)
- Description of the Method
- Overrides:
initiate
in class Action
- Parameters:
_actionHandle
- Description of Parameter_unitHandle
- Description of Parameter
initiate
public void initiate(int _actionHandle,
int _unitHandle,
int _argUnitHandle)
- Description of the Method
- Overrides:
initiate
in class Action
- Parameters:
_actionHandle
- Description of Parameter_unitHandle
- Description of Parameter_argUnitHandle
- Description of Parameter
initiate
public void initiate(int _actionHandle,
int _unitHandle,
double _argX,
double _argY)
- Description of the Method
- Overrides:
initiate
in class Action
- Parameters:
_actionHandle
- Description of Parameter_unitHandle
- Description of Parameter_argX
- Description of Parameter_argY
- Description of Parameter
checkPoint
public ActionReturn checkPoint()
- Description of the Method
- Overrides:
checkPoint
in class Action
- Returns:
- Description of the Returned Value