Uses of Enum Class
dev.twilite.game.facade.Stat

Packages that use Stat
Package
Description
 
  • Uses of Stat in dev.twilite.game.facade

    Methods in dev.twilite.game.facade that return Stat
    Modifier and Type
    Method
    Description
    static Stat
    Stat.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Stat[]
    Stat.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in dev.twilite.game.facade with parameters of type Stat
    Modifier and Type
    Method
    Description
    static int
    Stats.active(Stat stat)
    Returns the current visible level for stat, including boosts and drains.
    static int
    Stats.base(Stat stat)
    Returns the unboosted level for stat.
    static int
    Stats.exp(Stat stat)
    Returns the accumulated experience for stat.