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 intPrayer. getVarbit()Gets the varbit that stores whether the prayer is active or not.intObjectComposition. getVarbitId()Gets theVarbitIDused to switch this multiloc, or-1if this is not switched by a VarbitMethod parameters in net.runelite.api with annotations of type Varbit Modifier and Type Method Description intClient. getServerVarbitValue(int varbit)Gets the value of the given varbit.intClient. getVar(int varbit)Deprecated.intClient. getVarbitValue(int varbit)Gets the value of the given varbit.intClient. getVarbitValue(int[] varps, int varbitId)Gets the value of a given variable.voidClient. setVarbit(int varbit, int value)Sets the value of a varbitvoidClient. setVarbitValue(int[] varps, int varbit, int value)Sets the value of a given variable.
-