|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
gecco.game.firefighter | |
gecco.game.oresund | |
gecco.game.testgame | |
gecco.server.actionprocessor | |
gecco.server.core |
Uses of Action in gecco.game.firefighter |
Subclasses of Action in gecco.game.firefighter | |
class |
Move
Description of the Class |
class |
SetOnFire
Description of the Class |
class |
Water
Description of the Class |
Uses of Action in gecco.game.oresund |
Subclasses of Action in gecco.game.oresund | |
class |
Fly
Description of the Class |
class |
Refuel
Description of the Class |
class |
Rescue
Description of the Class |
class |
Transfer
Description of the Class |
Uses of Action in gecco.game.testgame |
Subclasses of Action in gecco.game.testgame | |
class |
AttackAction
Description of the Class |
class |
FlyAction
Description of the Class |
class |
InstantAttackAction
Description of the Class |
class |
MoveAction
Description of the Class |
class |
MoveFastAction
Description of the Class |
Uses of Action in gecco.server.actionprocessor |
Fields in gecco.server.actionprocessor declared as Action | |
private Action |
QueuedAction.action
Description of the Field |
Methods in gecco.server.actionprocessor that return Action | |
Action |
QueuedAction.getAction()
Gets the Action attribute of the QueuedAction object |
Methods in gecco.server.actionprocessor with parameters of type Action | |
void |
ActionProcessor.initiateAction(String fromRole,
Action action)
Initiates an action for a unit. |
void |
ActionProcessor.executeInstantaneousAction(Action action)
Executes an instantaneous action. |
Constructors in gecco.server.actionprocessor with parameters of type Action | |
QueuedAction(String _fromRole,
Action _action,
long absoluteTimeToExecute)
Instanciates a QueuedAction object. |
Uses of Action in gecco.server.core |
Fields in gecco.server.core declared as Action | |
protected Action |
Unit.activeAction
This is the action that the unit is currently executing. |
Methods in gecco.server.core that return Action | |
Action |
Unit.getActiveAction()
Gets the currently executing Action. |
private Action |
ServerImpl.initiateAction(String role,
int unitHandle,
String action,
int actionId)
Description of the Method |
Methods in gecco.server.core with parameters of type Action | |
void |
Unit.setActiveAction(Action action)
Sets the ActiveAction attribute of the Unit object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |