Class Varps


  • public final class Varps
    extends java.lang.Object
    Used for retrieving Varp objects (local player variables). Varps are known to contain data related to questing, farming, and other local player data. Also known as "Settings" in other APIs
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Varp getAt​(int index)
      Gets the varp at the specified index
      static java.util.List<Varp> getLoaded()
      Gets a list of all varps
      static int[] snapshot()
      Gets a snapshot of all the values of the loaded varps.
      • Methods inherited from class java.lang.Object

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

      • getLoaded

        public static java.util.List<Varp> getLoaded()
        Gets a list of all varps
      • getAt

        public static Varp getAt​(int index)
        Gets the varp at the specified index
      • snapshot

        public static int[] snapshot()
        Gets a snapshot of all the values of the loaded varps.