Package me.totalfreedom.utils
Class InterpolationUtils
java.lang.Object
me.totalfreedom.utils.InterpolationUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Set<org.bukkit.Color>rainbow(int length) static Set<net.kyori.adventure.text.format.TextColor>rainbowComponent(int length) 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) static Set<org.bukkit.Color>standardGradient(int length, org.bukkit.Color from, org.bukkit.Color to)
-
Method Details
-
rainbow
-
rainbowComponent
-
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)
-