Package dev.boze.api.internal.interfaces
Interface IColors
public interface IColors
-
Method Summary
Modifier and TypeMethodDescriptionchangingColor(String name, boolean hsb, boolean mirror, float speed, int[] colors) gradientColor(String name, boolean hsb, boolean mirror, float angle, float scale, float motion, int[] colors) registerColor(String name, ClientColor color) staticColor(String name, int red, int green, int blue)
-
Method Details
-
getColor
-
staticColor
-
changingColor
-
gradientColor
ClientColor gradientColor(String name, boolean hsb, boolean mirror, float angle, float scale, float motion, int[] colors) -
registerColor
-