RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
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 |
Handles contribution towards the well of goodwill.
Definition at line 61 of file WellOfGoodwill.java.
|
inlinestatic |
Handles activating the well.
Definition at line 155 of file WellOfGoodwill.java.
|
inlinestatic |
Handles contributing to the well.
Definition at line 108 of file WellOfGoodwill.java.
|
inlinestatic |
The information displayed on information tab.
Definition at line 225 of file WellOfGoodwill.java.
|
inlinestatic |
Opens the well itemcontainer.
Definition at line 81 of file WellOfGoodwill.java.
|
static |
The current contribution amount for the well.
Definition at line 64 of file WellOfGoodwill.java.
|
static |
The array list of contributors.
Definition at line 71 of file WellOfGoodwill.java.
|
static |
The last contributor to the well.
Definition at line 74 of file WellOfGoodwill.java.
|
static |
The maximum contribution limit for the well.
Definition at line 78 of file WellOfGoodwill.java.