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