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 EconomyMethodAccountCommandHandler.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.economyMethodThe economy method to use. -
Uses of EconomyMethod in dev.satyrn.xpeconomy.economy
Methods in dev.satyrn.xpeconomy.economy that return EconomyMethodModifier and TypeMethodDescriptionprotected EconomyMethodPlayerAccountManagerBase.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 EconomyMethodEconomyMethod.getDefault()Returns the default economy method value.static EconomyMethodReturns 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.