Uses of Class
net.runelite.api.annotations.Varbit
-
Packages that use Varbit Package Description net.runelite.api -
-
Uses of Varbit in net.runelite.api
Methods in net.runelite.api with annotations of type Varbit Modifier and Type Method Description int
Prayer. getVarbit()
Gets the varbit that stores whether the prayer is active or not.int
ObjectComposition. getVarbitId()
Gets theVarbitID
used to switch this multiloc, or-1
if this is not switched by a VarbitMethod parameters in net.runelite.api with annotations of type Varbit Modifier and Type Method Description int
Client. getServerVarbitValue(int varbit)
Gets the value of the given varbit.int
Client. getVar(int varbit)
Deprecated.int
Client. getVarbitValue(int varbit)
Gets the value of the given varbit.int
Client. getVarbitValue(int[] varps, int varbitId)
Gets the value of a given variable.void
Client. setVarbit(int varbit, int value)
Sets the value of a varbitvoid
Client. setVarbitValue(int[] varps, int varbit, int value)
Sets the value of a given variable.
-