Interface DyeColor

All Superinterfaces:
DefaultedRegistryValue

@CatalogedBy(DyeColors.class) public interface DyeColor extends DefaultedRegistryValue
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