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