Uses of Enum Class
fr.andross.banitem.utils.attributes.AttributeLevels.Comparator
Packages that use AttributeLevels.Comparator
-
Uses of AttributeLevels.Comparator in fr.andross.banitem.utils.attributes
Methods in fr.andross.banitem.utils.attributes that return AttributeLevels.ComparatorModifier and TypeMethodDescriptionstatic AttributeLevels.Comparator
AttributeLevels.Comparator.fromString
(String operator) Retrieve a Comparator from a string signstatic AttributeLevels.Comparator
Returns the enum constant of this class with the specified name.static AttributeLevels.Comparator[]
AttributeLevels.Comparator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.andross.banitem.utils.attributes with parameters of type AttributeLevels.ComparatorModifierConstructorDescriptionAttributeLevels
(Double level, AttributeLevels.Comparator comparator)