Class Varpbits


  • @Deprecated
    public final class Varpbits
    extends java.lang.Object
    Deprecated.
    Used to extract a single piece of data from a Varp that has multiple pieces of information packed into it. Used by the game in client scripts to simplify accessing information from packed varps. Use these instead of manually shifting and masking Varps when possible. Watch the real-time change table in the development toolkit.
    See Also:
    Varbits
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.util.List<Varpbit> getAll()
      Deprecated.
      Gets a list of all varpbits
      static Varpbit getAt​(int index)
      Deprecated.
      Gets the Varpbit at the specified index
      • Methods inherited from class java.lang.Object

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

      • getAll

        public static java.util.List<Varpbit> getAll()
        Deprecated.
        Gets a list of all varpbits
      • getAt

        public static Varpbit getAt​(int index)
        Deprecated.
        Gets the Varpbit at the specified index