Definition at line 3 of file Coffer.java.
◆ Coffer()
| com.runehive.content.tradingpost.Coffer.Coffer |
( |
String | owner | ) |
|
Definition at line 7 of file Coffer.java.
7 {
8 this.owner = owner;
9 }
References owner.
◆ addAmount()
| void com.runehive.content.tradingpost.Coffer.addAmount |
( |
int | amount | ) |
|
Definition at line 23 of file Coffer.java.
23 {
24 this.amount += amount;
25 }
References amount.
◆ getAmount()
| long com.runehive.content.tradingpost.Coffer.getAmount |
( |
| ) |
|
◆ getOwner()
| String com.runehive.content.tradingpost.Coffer.getOwner |
( |
| ) |
|
◆ setAmount()
| void com.runehive.content.tradingpost.Coffer.setAmount |
( |
long | amount | ) |
|
Definition at line 19 of file Coffer.java.
19 {
20 this.amount = amount;
21 }
References amount.
◆ subtractAmount()
| void com.runehive.content.tradingpost.Coffer.subtractAmount |
( |
int | amount | ) |
|
Definition at line 27 of file Coffer.java.
27 {
28 this.amount -= amount;
29 }
References amount.
◆ amount
| long com.runehive.content.tradingpost.Coffer.amount |
|
private |
◆ owner
| final String com.runehive.content.tradingpost.Coffer.owner |
|
private |
The documentation for this class was generated from the following file: