Interface DyedItemColor


@NullMarked @Experimental @NonExtendable public interface DyedItemColor
Represents a color applied to a dyeable item.
See Also:
  • Method Details

    • dyedItemColor

      @Contract(value="_, _ -> new", pure=true) static DyedItemColor dyedItemColor(Color color)
    • dyedItemColor

      @Contract(value="-> new", pure=true) static DyedItemColor.Builder dyedItemColor()
    • color

      @Contract(value="-> new", pure=true) Color color()
      Color of the item.
      Returns:
      color