Package com.plotsquared.bukkit.util
Class BukkitEconHandler
java.lang.Object
com.plotsquared.core.util.EconHandler
com.plotsquared.bukkit.util.BukkitEconHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
depositMoney
(OfflinePlotPlayer player, double amount) void
depositMoney
(PlotPlayer<?> player, double amount) format
(double balance) double
getBalance
(PlotPlayer<?> player) double
getMoney
(PlotPlayer<?> player) boolean
init()
boolean
boolean
void
withdrawMoney
(PlotPlayer<?> player, double amount) Methods inherited from class com.plotsquared.core.util.EconHandler
nullEconHandler
-
Constructor Details
-
BukkitEconHandler
public BukkitEconHandler()
-
-
Method Details
-
init
- Specified by:
init
in classEconHandler
-
getMoney
- Overrides:
getMoney
in classEconHandler
-
withdrawMoney
- Specified by:
withdrawMoney
in classEconHandler
-
depositMoney
- Specified by:
depositMoney
in classEconHandler
-
depositMoney
- Specified by:
depositMoney
in classEconHandler
-
isEnabled
- Specified by:
isEnabled
in classEconHandler
-
format
- Specified by:
format
in classEconHandler
-
isSupported
- Specified by:
isSupported
in classEconHandler
-
getBalance
- Specified by:
getBalance
in classEconHandler
-