remove utils\Color, use new pocketmine/color class

we're so close to separating protocol from core !!!
This commit is contained in:
Dylan K. Taylor
2020-05-14 20:38:08 +01:00
parent 4437756987
commit 86db3af896
17 changed files with 50 additions and 145 deletions

View File

@@ -24,6 +24,7 @@ declare(strict_types=1);
namespace pocketmine\item;
use pocketmine\block\Block;
use pocketmine\color\Color;
use pocketmine\event\entity\EntityDamageEvent;
use pocketmine\inventory\ArmorInventory;
use pocketmine\item\enchantment\Enchantment;
@@ -33,7 +34,6 @@ use pocketmine\nbt\tag\CompoundTag;
use pocketmine\nbt\tag\IntTag;
use pocketmine\player\Player;
use pocketmine\utils\Binary;
use pocketmine\utils\Color;
use function lcg_value;
use function mt_rand;