Uses of Enum Class
com.prineside.tdi2.managers.GameValueManager.ValueUnits
Packages that use GameValueManager.ValueUnits
-
Uses of GameValueManager.ValueUnits in com.prineside.tdi2.managers
Fields in com.prineside.tdi2.managers declared as GameValueManager.ValueUnitsMethods in com.prineside.tdi2.managers that return GameValueManager.ValueUnitsModifier and TypeMethodDescriptionGameValueManager.getUnits(GameValueType valueType) static GameValueManager.ValueUnitsReturns the enum constant of this class with the specified name.static GameValueManager.ValueUnits[]GameValueManager.ValueUnits.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.prineside.tdi2.managers with parameters of type GameValueManager.ValueUnitsModifier and TypeMethodDescriptionGameValueManager.formatEffectValue(double value, GameValueManager.ValueUnits units) Use formatEffectTitleValue() to format both title and value (to properly print boolean GVs)