Interface ColorWrapper


public interface ColorWrapper
  • Field Details

  • Method Details

    • wrap

      static KubeColor wrap(Object o)
    • wrapTextColor

      static net.minecraft.network.chat.TextColor wrapTextColor(Object o)
    • wrapColorRGBA

      static net.minecraft.util.ColorRGBA wrapColorRGBA(Object o)
    • createMapped

      static KubeColor createMapped(Object o, String... names)
    • rgba

      static KubeColor rgba(int r, int g, int b, int a)