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

Static Public Member Functions

static void mine (Player player, GameObject o)
static void prospect (Player player)
static void init ()

Static Public Attributes

static boolean starHasBeenFound = false
static ShootingStarData shootingStarData
static int starTick = 30

Detailed Description

Definition at line 47 of file ShootingStar.java.

Member Function Documentation

◆ init()

void com.osroyale.content.shootingstar.ShootingStar.init ( )
inlinestatic

Handles initializing the shooting stars event

Definition at line 126 of file ShootingStar.java.

◆ mine()

void com.osroyale.content.shootingstar.ShootingStar.mine ( Player player,
GameObject o )
inlinestatic

Handles the mine option of the shooting star

Parameters
player

Definition at line 70 of file ShootingStar.java.

◆ prospect()

void com.osroyale.content.shootingstar.ShootingStar.prospect ( Player player)
inlinestatic

Handles prospecting the shooting star

Parameters
player

Definition at line 112 of file ShootingStar.java.

Member Data Documentation

◆ shootingStarData

ShootingStarData com.osroyale.content.shootingstar.ShootingStar.shootingStarData
static

The current data of the shooting star

Definition at line 59 of file ShootingStar.java.

◆ starHasBeenFound

boolean com.osroyale.content.shootingstar.ShootingStar.starHasBeenFound = false
static

Checks if the star has been found before

Definition at line 54 of file ShootingStar.java.

◆ starTick

int com.osroyale.content.shootingstar.ShootingStar.starTick = 30
static

Ticks till the next shooting star will spawn

Definition at line 64 of file ShootingStar.java.


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