Uses of Enum Class
nl.minetopiasdb.api.banking.PinConsoleManager.PinProgress
Packages that use PinConsoleManager.PinProgress
-
Uses of PinConsoleManager.PinProgress in nl.minetopiasdb.api.banking
Subclasses with type arguments of type PinConsoleManager.PinProgress in nl.minetopiasdb.api.bankingMethods in nl.minetopiasdb.api.banking that return PinConsoleManager.PinProgressModifier and TypeMethodDescriptionPinConsoleManager.PinProgressObject.getProgress()Get the progress of this pin transactionReturns the enum constant of this class with the specified name.static PinConsoleManager.PinProgress[]PinConsoleManager.PinProgress.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in nl.minetopiasdb.api.banking with parameters of type PinConsoleManager.PinProgressModifier and TypeMethodDescriptionvoidPinConsoleManager.PinProgressObject.setProgress(PinConsoleManager.PinProgress progress) Change the pin progressConstructors in nl.minetopiasdb.api.banking with parameters of type PinConsoleManager.PinProgressModifierConstructorDescriptionPinProgressObject(UUID uuid, org.bukkit.Location consoleLocation, double amount, PinConsoleManager.PinProgress progress, int bankAccountId)