Uses of Enum
de.marcely.bedwars.api.cosmetics.currency.CurrencyProviderType
Packages that use CurrencyProviderType
-
Uses of CurrencyProviderType in de.marcely.bedwars.api.cosmetics.currency
Methods in de.marcely.bedwars.api.cosmetics.currency that return CurrencyProviderTypeModifier and TypeMethodDescriptionstatic @Nullable CurrencyProviderType
Gets the type by itsEnum.name()
while being case-insensitive.CurrencyProvider.getType()
Returns the type of this provider.static CurrencyProviderType
Returns the enum constant of this type with the specified name.static CurrencyProviderType[]
CurrencyProviderType.values()
Returns an array containing the constants of this enum type, in the order they are declared.