public interface Currency extends CaptainUpObject
Modifier and Type | Method and Description |
---|---|
int |
getAmount()
The currency amount, used for example, to represent a specific currency amount awarded
when achieving a badge or performing an action etc...
|
int |
getAmountReceived()
The currency amount that was earned in an action, or badge achieve event, or whenever a
player earned currency.
|
int |
getMultiplier()
the currency multiplier (can be set in the admin panel)
|
java.lang.String |
getName()
The currency name, that is set up in the admin panel (for example, default currency name is "points")
|
long |
getPlayerTotal()
The total amount of currency a player has.
|
java.lang.String getName()
int getAmount()
int getAmountReceived()
int getMultiplier()
long getPlayerTotal()