Class InterpolationUtils

java.lang.Object
me.totalfreedom.utils.InterpolationUtils

public final class InterpolationUtils extends Object
  • Method Details

    • rainbow

      public static Set<org.bukkit.Color> rainbow(int length)
    • rainbowComponent

      public static Set<net.kyori.adventure.text.format.TextColor> rainbowComponent(int length)
    • standardGradient

      public static Set<org.bukkit.Color> standardGradient(int length, org.bukkit.Color from, org.bukkit.Color to)
    • standardComponentGradient

      public static Set<net.kyori.adventure.text.format.TextColor> standardComponentGradient(int length, net.kyori.adventure.text.format.TextColor from, net.kyori.adventure.text.format.TextColor to)