Uses of Class
org.rspeer.game.adapter.component.inventory.Bank.WithdrawMode
-
Packages that use Bank.WithdrawMode Package Description org.rspeer.game.adapter.component.inventory -
-
Uses of Bank.WithdrawMode in org.rspeer.game.adapter.component.inventory
Methods in org.rspeer.game.adapter.component.inventory that return Bank.WithdrawMode Modifier and Type Method Description Bank.WithdrawMode
Bank. getWithdrawMode()
static Bank.WithdrawMode
Bank.WithdrawMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Bank.WithdrawMode[]
Bank.WithdrawMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.adapter.component.inventory with parameters of type Bank.WithdrawMode Modifier and Type Method Description boolean
Bank. setWithdrawMode(Bank.WithdrawMode mode)
-