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

Static Public Member Functions

static void open (Player player)
static void contribute (Player player, int amount)
static void activate ()
static String getInformation ()

Static Public Attributes

static int CONTRIBUTION
static TreeSet< Contributor > contributors = new TreeSet<>()
static String lastContributor
static final int MAXIMUM = 15_000_000

Detailed Description

Handles contribution towards the well of goodwill.

Author
Daniel.

Definition at line 61 of file WellOfGoodwill.java.

Member Function Documentation

◆ activate()

void com.osroyale.content.WellOfGoodwill.activate ( )
inlinestatic

Handles activating the well.

Definition at line 155 of file WellOfGoodwill.java.

◆ contribute()

void com.osroyale.content.WellOfGoodwill.contribute ( Player player,
int amount )
inlinestatic

Handles contributing to the well.

Definition at line 108 of file WellOfGoodwill.java.

◆ getInformation()

String com.osroyale.content.WellOfGoodwill.getInformation ( )
inlinestatic

The information displayed on information tab.

Definition at line 225 of file WellOfGoodwill.java.

◆ open()

void com.osroyale.content.WellOfGoodwill.open ( Player player)
inlinestatic

Opens the well itemcontainer.

Definition at line 81 of file WellOfGoodwill.java.

Member Data Documentation

◆ CONTRIBUTION

int com.osroyale.content.WellOfGoodwill.CONTRIBUTION
static

The current contribution amount for the well.

Definition at line 64 of file WellOfGoodwill.java.

◆ contributors

TreeSet<Contributor> com.osroyale.content.WellOfGoodwill.contributors = new TreeSet<>()
static

The array list of contributors.

Definition at line 71 of file WellOfGoodwill.java.

◆ lastContributor

String com.osroyale.content.WellOfGoodwill.lastContributor
static

The last contributor to the well.

Definition at line 74 of file WellOfGoodwill.java.

◆ MAXIMUM

final int com.osroyale.content.WellOfGoodwill.MAXIMUM = 15_000_000
static

The maximum contribution limit for the well.

Definition at line 78 of file WellOfGoodwill.java.


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