more colour cleanup

This commit is contained in:
Kieran Wallbanks 2021-03-04 12:31:06 +00:00
parent 5ebd9058e2
commit 3b2d5fd7d0
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ import net.kyori.adventure.text.format.TextColor;
import net.kyori.adventure.util.RGBLike;
import net.minestom.server.chat.ChatColor;
import org.apache.commons.lang3.Validate;
import org.checkerframework.common.value.qual.IntRange;
import org.jetbrains.annotations.NotNull;
import java.util.Objects;

View File

@ -1,7 +1,6 @@
package net.minestom.server.color;
import net.kyori.adventure.util.RGBLike;
import org.checkerframework.common.value.qual.IntRange;
import org.jetbrains.annotations.NotNull;
/**