Class VarBits
- java.lang.Object
-
- com.osrsbots.orb.api.interactables.variables.VarBits
-
public class VarBits extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VarBits()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intget(int id)Retrieves the value of a Varbit (variable bit) in Old School RuneScape.
-
-
-
Method Detail
-
get
public static int get(int id)
Retrieves the value of a Varbit (variable bit) in Old School RuneScape.If this operation fails -1 is returned.
- Parameters:
id- The ID of the Varbit to retrieve.- Returns:
- The value of the specified Varbit, or -1 if the operation times out.
- See Also:
- List of Varbits, More information...
-
-