mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +00:00
Clean up unused imports
This commit is contained in:
parent
57e9fe78a3
commit
fb23aade34
@ -24,8 +24,6 @@ declare(strict_types=1);
|
|||||||
namespace pocketmine\entity;
|
namespace pocketmine\entity;
|
||||||
|
|
||||||
use Ahc\Json\Comment as CommentedJsonDecoder;
|
use Ahc\Json\Comment as CommentedJsonDecoder;
|
||||||
use pocketmine\utils\SerializedImage;
|
|
||||||
use pocketmine\utils\SkinAnimation;
|
|
||||||
use function implode;
|
use function implode;
|
||||||
use function in_array;
|
use function in_array;
|
||||||
use function json_encode;
|
use function json_encode;
|
||||||
|
@ -32,7 +32,6 @@ use pocketmine\network\mcpe\protocol\AddPlayerPacket;
|
|||||||
use pocketmine\network\mcpe\protocol\PlayerListPacket;
|
use pocketmine\network\mcpe\protocol\PlayerListPacket;
|
||||||
use pocketmine\network\mcpe\protocol\RemoveActorPacket;
|
use pocketmine\network\mcpe\protocol\RemoveActorPacket;
|
||||||
use pocketmine\network\mcpe\protocol\types\PlayerListEntry;
|
use pocketmine\network\mcpe\protocol\types\PlayerListEntry;
|
||||||
use pocketmine\utils\SerializedImage;
|
|
||||||
use pocketmine\utils\UUID;
|
use pocketmine\utils\UUID;
|
||||||
use function str_repeat;
|
use function str_repeat;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user