Package net.risingworld.api.definitions
Enum Class Items.Modifier
- All Implemented Interfaces:
Serializable
,Comparable<Items.Modifier>
,Constable
- Enclosing class:
Items
Item modifiers. The higher the ordinal value, the higher the tier
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionNormalGoodGoodBadNormalBadBadBadBadLegendaryOutstandingLegendaryGoodGoodLegendaryOutstandingBadNormalDefaultNormalGoodNormalGoodOutstandingBadGoodBadGoodGoodBadOutstandingNormalBad -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Items.Modifier
get
(int value) static Items.Modifier
Returns the enum constant of this class with the specified name.static Items.Modifier[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Normal
Default -
Broken
Bad -
Shoddy
Bad -
Blunt
Bad -
Shameful
Bad -
Cringy
Bad -
Cheesy
Bad -
Miserable
Bad -
Terrible
Bad -
Crude
Bad -
Weak
Bad -
Boring
Normal -
Questionable
Normal -
Acceptable
Normal -
Unspectacular
Normal -
Ordinary
Normal -
Nice
Normal -
Improved
Good -
Sharp
Good -
Robust
Good -
Strong
Good -
Amazing
Good -
Impressive
Good -
Superior
Good -
Appealing
Good -
Powerful
Good -
Merciless
Outstanding -
Ruthless
Outstanding -
Flawless
Outstanding -
Unique
Outstanding -
Epic
Legendary -
Legendary
Legendary -
Godly
Legendary
-
-
Field Details
-
value
public final int value
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
get
-