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.itemModifier and TypeClassDescriptionenumStat types that TomeItem randomly boosts after defeating a Goblin.Fields in model.item declared as StatTypeModifier and TypeFieldDescriptionprivate final StatTypeTomeItem.boostedStatStat that was randomly selected when this object was created.Methods in model.item that return StatTypeModifier and TypeMethodDescriptionTomeItem.getBoostedStat()Returns the stat type that was randomly selected.static StatTypeReturns 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.