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 @NotNull AttributeLevels.Comparator
AttributeLevels.Comparator.fromString
(@NotNull String operator) Retrieve a Comparator from a string sign.static 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
(@NotNull Double level, @NotNull AttributeLevels.Comparator comparator) Instantiate an attribute which should match the specific level using the specified comparator.