|
RuneHive-Game
|
Public Member Functions | |
| void | add (int amount) |
| int | compareTo (Contributor other) |
| boolean | equals (Object obj) |
| int | hashCode () |
| String | toString () |
Public Attributes | |
| int | contribution |
| final String | name |
| final PlayerRight | rank |
Package Functions | |
| Contributor (String name, PlayerRight rank, int contribution) | |
Definition at line 145 of file WellOfGoodwill.java.
|
package |
Definition at line 150 of file WellOfGoodwill.java.
References contribution, name, and rank.
Referenced by compareTo(), and equals().
| void com.runehive.content.WellOfGoodwill.Contributor.add | ( | int | amount | ) |
Definition at line 156 of file WellOfGoodwill.java.
References contribution.
Referenced by com.runehive.content.WellOfGoodwill.add().
| int com.runehive.content.WellOfGoodwill.Contributor.compareTo | ( | Contributor | other | ) |
Definition at line 161 of file WellOfGoodwill.java.
References contribution, and Contributor().
| boolean com.runehive.content.WellOfGoodwill.Contributor.equals | ( | Object | obj | ) |
Definition at line 171 of file WellOfGoodwill.java.
References contribution, Contributor(), and name.
| int com.runehive.content.WellOfGoodwill.Contributor.hashCode | ( | ) |
Definition at line 166 of file WellOfGoodwill.java.
References contribution, and name.
| String com.runehive.content.WellOfGoodwill.Contributor.toString | ( | ) |
Definition at line 181 of file WellOfGoodwill.java.
References contribution, and name.
| int com.runehive.content.WellOfGoodwill.Contributor.contribution |
Definition at line 148 of file WellOfGoodwill.java.
Referenced by com.runehive.content.WellOfGoodwill.add(), add(), compareTo(), Contributor(), equals(), hashCode(), com.runehive.content.WellOfGoodwill.open(), com.runehive.util.GameSaver.toJson(), and toString().
| final String com.runehive.content.WellOfGoodwill.Contributor.name |
Definition at line 146 of file WellOfGoodwill.java.
Referenced by com.runehive.content.WellOfGoodwill.add(), Contributor(), equals(), hashCode(), com.runehive.content.WellOfGoodwill.open(), com.runehive.util.GameSaver.toJson(), and toString().
| final PlayerRight com.runehive.content.WellOfGoodwill.Contributor.rank |
Definition at line 147 of file WellOfGoodwill.java.
Referenced by Contributor(), com.runehive.content.WellOfGoodwill.open(), and com.runehive.util.GameSaver.toJson().