Uses of Class
net.runelite.client.plugins.menuentryswapper.ShiftWithdrawMode
-
Packages that use ShiftWithdrawMode Package Description net.runelite.client.plugins.menuentryswapper -
-
Uses of ShiftWithdrawMode in net.runelite.client.plugins.menuentryswapper
Methods in net.runelite.client.plugins.menuentryswapper that return ShiftWithdrawMode Modifier and Type Method Description default ShiftWithdrawMode
MenuEntrySwapperConfig. bankWithdrawShiftClick()
static ShiftWithdrawMode
ShiftWithdrawMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShiftWithdrawMode[]
ShiftWithdrawMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-