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