Interface EconomyIntegration
- All Superinterfaces:
ChatPluginIntegration
Represents a
ChatPluginIntegration
able to check an OfflinePlayer
's balance.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getBalance
(OfflinePlayer player) Gets an offline player's balance.
-
Method Details
-
getBalance
Gets an offline player's balance.Returns
Double.MIN_VALUE
if this integration is not able to provide the player's balance.- Parameters:
player
- Offline player to check- Returns:
- Player's balance
-