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