RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.preloads.PreloadRepository Class Reference

Static Public Member Functions

static void declare ()

Static Public Attributes

static List< Preload > PRELOADS = new ArrayList<>()
static final int CAPE = 1

Detailed Description

The preload repository.

Author
Daniel.

Definition at line 36 of file PreloadRepository.java.

Member Function Documentation

◆ declare()

void com.osroyale.content.preloads.PreloadRepository.declare ( )
inlinestatic

Declares all the preloads into the list on startup.

Definition at line 53 of file PreloadRepository.java.

Member Data Documentation

◆ CAPE

final int com.osroyale.content.preloads.PreloadRepository.CAPE = 1
static

The indexes of all random preloads.

Definition at line 43 of file PreloadRepository.java.

◆ PRELOADS

List<Preload> com.osroyale.content.preloads.PreloadRepository.PRELOADS = new ArrayList<>()
static

The list containing all the preloads.

Definition at line 39 of file PreloadRepository.java.


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