Class Stats

java.lang.Object
dev.twilite.game.facade.Stats

public class Stats extends Object
Skill accessors backed by the live client skill arrays.

Methods return -1 when the client is not available.

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    active(Stat stat)
    Returns the current visible level for stat, including boosts and drains.
    static int
    base(Stat stat)
    Returns the unboosted level for stat.
    static int
    exp(Stat stat)
    Returns the accumulated experience for stat.

    Methods inherited from class java.lang.Object

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

    • Stats

      public Stats()
  • Method Details

    • base

      public static int base(Stat stat)
      Returns the unboosted level for stat.
    • active

      public static int active(Stat stat)
      Returns the current visible level for stat, including boosts and drains.
    • exp

      public static int exp(Stat stat)
      Returns the accumulated experience for stat.