|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
gecco.game.firefighter | |
gecco.game.oresund | |
gecco.game.testgame | |
gecco.server.actionprocessor | |
gecco.server.core | |
gecco.server.visibility |
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 |
Methods in gecco.server.actionprocessor that return Action | |
Action |
QueuedAction.getAction()
Gets the Action attribute of the QueuedAction object. |
Action |
ActionProcessor.getAction(String role,
int actionHandle)
Gets the action with the given handle ordered by the given role. |
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,
double timeToExecute)
Creates 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. |
Methods in gecco.server.core with parameters of type Action | |
void |
Unit.setActiveAction(Action action)
Sets the ActiveAction attribute of the Unit object |
Uses of Action in gecco.server.visibility |
Methods in gecco.server.visibility with parameters of type Action | |
void |
VisibilityFilter.actionCompleted(Action action,
boolean wasSuccessful)
This method is to be called whenever the execution of an action is finished. |
void |
VisibilityManager.actionCompleted(Action action,
boolean wasSuccessful)
This method is to be called whenever the execution of an action is finished. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |