Class TownyServerAccount

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

public class TownyServerAccount extends Account
For internal use only.
  • Constructor Details

    • TownyServerAccount

      public TownyServerAccount()
  • Method Details

    • getUUID

      public static UUID getUUID()
    • addMoney

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

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