Class VarPlayers


  • public class VarPlayers
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VarPlayers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int get​(int id)
      Retrieves the value of a VarPlayer (variable bit) in Old School RuneScape.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VarPlayers

        public VarPlayers()
    • Method Detail

      • get

        public static int get​(int id)
        Retrieves the value of a VarPlayer (variable bit) in Old School RuneScape.

        If this operation fails -1 is returned.

        Parameters:
        id - The ID of the VarPlayer to retrieve.
        Returns:
        The value of the specified VarPlayer, or -1 if the operation times out.
        See Also:
        List of Varbits, More information...