Fixes some minor formatting issues

This commit is contained in:
2022-01-28 23:23:33 +01:00
parent 7f08763624
commit 248caee620
3 changed files with 11 additions and 5 deletions

View File

@ -6,7 +6,14 @@ import org.bukkit.Color;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class ColorHelper {
/**
* A helper class for dealing with colors
*/
public final class ColorHelper {
private ColorHelper() {
}
/**
* Inverts the given color