Uses of Enum Class
dev.satyrn.xpeconomy.utils.EconomyMethod
Packages that use EconomyMethod
Package
Description
-
Uses of EconomyMethod in dev.satyrn.xpeconomy.api.commands
Methods in dev.satyrn.xpeconomy.api.commands that return EconomyMethodModifier and TypeMethodDescription@NotNull EconomyMethod
AccountCommandHandler.getEconomyMethod()
Gets the economy method. -
Uses of EconomyMethod in dev.satyrn.xpeconomy.configuration
Fields in dev.satyrn.xpeconomy.configuration with type parameters of type EconomyMethodModifier and TypeFieldDescriptionfinal dev.satyrn.papermc.api.configuration.v1.EnumNode<EconomyMethod>
Configuration.economyMethod
The economy method to use. -
Uses of EconomyMethod in dev.satyrn.xpeconomy.economy
Methods in dev.satyrn.xpeconomy.economy that return EconomyMethodModifier and TypeMethodDescriptionprotected EconomyMethod
PlayerAccountManagerBase.getEconomyMethod()
Gets the current economy method -
Uses of EconomyMethod in dev.satyrn.xpeconomy.utils
Methods in dev.satyrn.xpeconomy.utils that return EconomyMethodModifier and TypeMethodDescriptionstatic EconomyMethod
EconomyMethod.getDefault()
Returns the default economy method value.static EconomyMethod
Returns the enum constant of this class with the specified name.static EconomyMethod[]
EconomyMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.