me.mjolnir.mineconomy.internal.commands
Class Interest

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

public class Interest
extends java.lang.Object

Adds interest to accounts.

Author:
MjolnirCommando

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

Interest

public Interest()
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.