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