Package org.spongepowered.api.item
Interface ItemRarity
-
public interface ItemRarity
The rarity of an item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextColor
color()
Gets theTextColor
used to decorate tooltips of items with thisItemRarity
.
-
-
-
Method Detail
-
color
TextColor color()
Gets theTextColor
used to decorate tooltips of items with thisItemRarity
.- Returns:
- The color of the rarity.
-
-