RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.mysterybox.MysteryBoxEvent Class Reference
Inheritance diagram for com.osroyale.content.mysterybox.MysteryBoxEvent:
Collaboration diagram for com.osroyale.content.mysterybox.MysteryBoxEvent:

Protected Member Functions

boolean canSchedule ()
void onSchedule ()
void onCancel (boolean logout)

Additional Inherited Members

Public Member Functions inherited from com.osroyale.game.task.TickableTask
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 ()

Detailed Description

Definition at line 45 of file MysteryBoxEvent.java.

Member Function Documentation

◆ canSchedule()

boolean com.osroyale.content.mysterybox.MysteryBoxEvent.canSchedule ( )
inlineprotected

A function executed on registration.

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

Definition at line 127 of file MysteryBoxEvent.java.

◆ onCancel()

void com.osroyale.content.mysterybox.MysteryBoxEvent.onCancel ( boolean logout)
inlineprotected

A function executed on cancellation.

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

Definition at line 156 of file MysteryBoxEvent.java.

◆ onSchedule()

void com.osroyale.content.mysterybox.MysteryBoxEvent.onSchedule ( )
inlineprotected

A function executed on registration.

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

Definition at line 131 of file MysteryBoxEvent.java.


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