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

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

public abstract class BaseColorComponent<I extends AbstractItemStack<T>,T> extends Object implements SerialComponent<I,T>
BaseColorComponent - The base dye color of the banner applied on a shield
Since:
0.2.0.0
Author:
creatorfromhell
See Also:
  • Constructor Details

    • BaseColorComponent

    • BaseColorComponent

      public BaseColorComponent(String color)
      Constructs a new BaseColorComponent with the specified color.
      Parameters:
      color - The base color value for the component.
      Since:
      0.2.0.0
  • Method Details