JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openrune.task
Interface Task
All Known Subinterfaces:
LoopingTask
,
TimedTask
public interface
Task
A Task that can be performed by the GameEngine. A bare Task object will be executed as soon as the GameEngine is ready to execute it. For more control over the timing and repetition of Tasks, use the subclasses of this interface.
Method Summary
Methods
Modifier and Type
Method and Description
void
execute
()
Execute the Task.
Method Detail
execute
void execute()
Execute the Task.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method