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