Package org.spongepowered.api.item
Interface ItemRarity
The rarity of an item.
-
Method Summary
Modifier and TypeMethodDescriptioncolor()
Gets theTextColor
used to decorate tooltips of items with thisItemRarity
.
-
Method Details
-
color
TextColor color()Gets theTextColor
used to decorate tooltips of items with thisItemRarity
.- Returns:
- The color of the rarity.
-