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