Uses of Class
net.runelite.client.ui.ContainableFrame.Mode
-
Packages that use ContainableFrame.Mode Package Description net.runelite.client.config net.runelite.client.ui -
-
Uses of ContainableFrame.Mode in net.runelite.client.config
Methods in net.runelite.client.config that return ContainableFrame.Mode Modifier and Type Method Description default ContainableFrame.Mode
RuneLiteConfig. containInScreen()
-
Uses of ContainableFrame.Mode in net.runelite.client.ui
Methods in net.runelite.client.ui that return ContainableFrame.Mode Modifier and Type Method Description static ContainableFrame.Mode
ContainableFrame.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainableFrame.Mode[]
ContainableFrame.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.ui with parameters of type ContainableFrame.Mode Modifier and Type Method Description void
ContainableFrame. setContainedInScreen(ContainableFrame.Mode containedInScreen)
-