Class TownyServerAccount
java.lang.Object
com.palmergames.bukkit.towny.object.economy.Account
com.palmergames.bukkit.towny.object.economy.TownyServerAccount
- All Implemented Interfaces:
Nameable
For internal use only.
-
Field Summary
Fields inherited from class com.palmergames.bukkit.towny.object.economy.Account
cachedBalance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
addMoney
(double amount) static UUID
getUUID()
protected boolean
subtractMoney
(double amount) Methods inherited from class com.palmergames.bukkit.towny.object.economy.Account
addObserver, canPayFromHoldings, deposit, getAuditor, getBukkitWorld, getCachedBalance, getCachedBalance, getHoldingBalance, getHoldingBalance, getHoldingFormattedBalance, getName, getObservers, payFromServer, payTo, payTo, payToServer, removeAccount, removeObserver, setAuditor, setBalance, setName, withdraw
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.palmergames.bukkit.towny.object.Nameable
getFormattedName
-
Constructor Details
-
TownyServerAccount
public TownyServerAccount()
-
-
Method Details
-
getUUID
-
addMoney
protected boolean addMoney(double amount) -
subtractMoney
protected boolean subtractMoney(double amount) - Specified by:
subtractMoney
in classAccount
-