Uses of Enum Class
model.item.StatType

Packages that use StatType
Package
Description
All collectible item types on the map: HealItem, BuffItem, DefenseItem, and TomeItem.
  • Uses of StatType in model.item

    Subclasses with type arguments of type StatType in model.item
    Modifier and Type
    Class
    Description
    enum 
    Stat types that TomeItem randomly boosts after defeating a Goblin.
    Fields in model.item declared as StatType
    Modifier and Type
    Field
    Description
    private final StatType
    TomeItem.boostedStat
    Stat that was randomly selected when this object was created.
    Methods in model.item that return StatType
    Modifier and Type
    Method
    Description
    TomeItem.getBoostedStat()
    Returns the stat type that was randomly selected.
    static StatType
    StatType.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static StatType[]
    StatType.values()
    Returns an array containing the constants of this enum class, in the order they are declared.