Class RarityComponent<I extends AbstractItemStack<T>,T>

java.lang.Object
net.tnemc.item.component.impl.RarityComponent<I,T>
All Implemented Interfaces:
SerialComponent<I,T>, ItemApplicator<I,T>, ItemCheck<T>, Identifiable, ItemSerializer<I,T>
Direct Known Subclasses:
BukkitRarityComponent, PaperOldRarityComponent

public abstract class RarityComponent<I extends AbstractItemStack<T>,T> extends Object implements SerialComponent<I,T>
RarityComponent - Sets the rarity of this item, which affects the default color of its name. Can be common, uncommon, rare or epic.
Since:
0.2.0.0
Author:
creatorfromhell
See Also: