Class CurrencyProvider
java.lang.Object
me.sv3ks.hypercurrencies.currencies.CurrencyProvider
- Direct Known Subclasses:
DefaultProvider
,SQLProvider
,VaultProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
change
(ChangeType type, String name, UUID uuid, double amount) abstract double
getBalanceTop
(String name) abstract String
-
Constructor Details
-
CurrencyProvider
public CurrencyProvider()
-
-
Method Details
-
getProviderID
-
change
-
get
-
getBalanceTop
- Parameters:
name
- The name of the currency- Returns:
- A map containing the balance top from 1-100
-