Class EconomyAccount

java.lang.Object
com.palmergames.bukkit.towny.object.economy.Account
com.palmergames.bukkit.towny.object.EconomyAccount
All Implemented Interfaces:
Identifiable, Nameable

public class EconomyAccount extends Account
An Account object representing a Player's account. In contrast to the BankAccount that represents Towns' and Nations' Accounts.
Author:
ElgarL, Shade, Suneet Tipirneni (Siris), LlmDl
  • Constructor Details

  • Method Details

    • addMoney

      protected boolean addMoney(double amount)
      Specified by:
      addMoney in class Account
    • subtractMoney

      protected boolean subtractMoney(double amount)
      Specified by:
      subtractMoney in class Account