Moved Player-related classes to pocketmine\player namespace

This commit is contained in:
Dylan K. Taylor
2019-06-18 18:51:36 +01:00
parent e82a40b2ba
commit 2559f5ec2b
173 changed files with 184 additions and 179 deletions

View File

@@ -30,7 +30,7 @@ use pocketmine\network\mcpe\protocol\RequestChunkRadiusPacket;
use pocketmine\network\mcpe\protocol\SetLocalPlayerAsInitializedPacket;
use pocketmine\network\mcpe\protocol\StartGamePacket;
use pocketmine\network\mcpe\protocol\types\DimensionIds;
use pocketmine\Player;
use pocketmine\player\Player;
use pocketmine\Server;
/**