me.mjolnir.mineconomy.internal.commands
Class Tax

java.lang.Object
  extended by me.mjolnir.mineconomy.internal.commands.Tax

public class Tax
extends java.lang.Object

Adds interest to accounts.

Author:
MjolnirCommando

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

Tax

public Tax()
Method Detail

fixed

public static void fixed()
Adds a fixed amount of interest to all accounts.


percent

public static void percent()
Adds interest to all accounts based on balance.