|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectme.mjolnir.mineconomy.internal.commands.Tax
public class Tax
Adds interest to accounts.
Constructor Summary | |
---|---|
Tax()
|
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 Tax()
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 |