Uses of Enum Class
com.bdtripp.hauntedhouse.model.PlayerStat
Packages that use PlayerStat
-
Uses of PlayerStat in com.bdtripp.hauntedhouse.model
Methods in com.bdtripp.hauntedhouse.model that return PlayerStatModifier and TypeMethodDescriptionItem.getStatToAffect()Returns the stat the item has an effect onstatic PlayerStatReturns the enum constant of this class with the specified name.static PlayerStat[]PlayerStat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.bdtripp.hauntedhouse.model with parameters of type PlayerStatModifierConstructorDescriptionItem(String name, String description, int weight, boolean isEdible, PlayerStat statToAffect, int affectValue) Creates a new item