Interface DyeColor

All Superinterfaces:
DefaultedRegistryValue<DyeColor>

@CatalogedBy(DyeColors.class) public interface DyeColor extends DefaultedRegistryValue<DyeColor>
Represents a color of dye that can be used by various items and blocks.
  • Method Details

    • color

      Color color()
      Gets this dye color as a Color for easy translation.
      Returns:
      The color as a Color