|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectme.mjolnir.mineconomy.internal.commands.Interest
public class Interest
Adds interest to accounts.
Constructor Summary | |
---|---|
Interest()
|
Method Summary | |
---|---|
static void |
fixed()
Adds a fixed amount of interest to all accounts. |
static void |
percent()
Adds interest to all accounts based on balance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Interest()
Method Detail |
---|
public static void fixed()
public static void percent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |