Package com.plotsquared.bukkit.util
Class BukkitEconHandler
java.lang.Object
com.plotsquared.core.util.EconHandler
com.plotsquared.bukkit.util.BukkitEconHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddepositMoney(OfflinePlotPlayer player, double amount) voiddepositMoney(PlotPlayer<?> player, double amount) format(double balance) doublegetBalance(PlotPlayer<?> player) doublegetMoney(PlotPlayer<?> player) booleaninit()booleanbooleanvoidwithdrawMoney(PlotPlayer<?> player, double amount) Methods inherited from class com.plotsquared.core.util.EconHandler
nullEconHandler
-
Constructor Details
-
BukkitEconHandler
public BukkitEconHandler()
-
-
Method Details
-
init
- Specified by:
initin classEconHandler
-
getMoney
- Overrides:
getMoneyin classEconHandler
-
withdrawMoney
- Specified by:
withdrawMoneyin classEconHandler
-
depositMoney
- Specified by:
depositMoneyin classEconHandler
-
depositMoney
- Specified by:
depositMoneyin classEconHandler
-
isEnabled
- Specified by:
isEnabledin classEconHandler
-
format
- Specified by:
formatin classEconHandler
-
isSupported
- Specified by:
isSupportedin classEconHandler
-
getBalance
- Specified by:
getBalancein classEconHandler
-