RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.game.task.impl.MessageEvent Class Reference
Inheritance diagram for com.osroyale.game.task.impl.MessageEvent:
Collaboration diagram for com.osroyale.game.task.impl.MessageEvent:

Public Member Functions

 MessageEvent ()
void execute ()
Public Member Functions inherited from com.osroyale.game.task.Task
 Task (boolean instant, int delay)
 Task (int delay)
boolean canRun ()
synchronized final void cancel ()
synchronized final void cancel (boolean logout)
Task attach (Object newKey)
boolean isInstant ()
int getDelay ()
void setDelay (int delay)
boolean isRunning ()
Optional< Object > getAttachment ()

Additional Inherited Members

Protected Member Functions inherited from com.osroyale.game.task.Task
void onSchedule ()
boolean canSchedule ()
void onCancel (boolean logout)

Detailed Description

Sends game messages to all the online players.

Author
Daniel

Definition at line 39 of file MessageEvent.java.

Constructor & Destructor Documentation

◆ MessageEvent()

com.osroyale.game.task.impl.MessageEvent.MessageEvent ( )
inline

Constructs a new MessageEvent.

Definition at line 45 of file MessageEvent.java.

Member Function Documentation

◆ execute()

void com.osroyale.game.task.impl.MessageEvent.execute ( )
inline

A function representing the unit of work that will be carried out.

Reimplemented from com.osroyale.game.task.Task.

Definition at line 51 of file MessageEvent.java.


The documentation for this class was generated from the following file: