imports cleanup

This commit is contained in:
Dylan K. Taylor 2020-05-16 18:42:08 +01:00
parent 88715c7055
commit ae6a7b7cc9
3 changed files with 2 additions and 5 deletions

View File

@ -31,7 +31,6 @@ use pocketmine\nbt\tag\ShortTag;
use pocketmine\network\mcpe\protocol\types\entity\EntityLegacyIds;
use pocketmine\network\mcpe\protocol\types\entity\EntityMetadataProperties;
use pocketmine\player\Player;
use function realpath;
use function sqrt;
class ExperienceOrb extends Entity{

View File

@ -23,6 +23,8 @@ declare(strict_types=1);
namespace pocketmine\world\format;
use function chr;
use function ord;
use function strlen;
final class BiomeArray{

View File

@ -39,12 +39,8 @@ use pocketmine\world\World;
use function array_fill;
use function array_filter;
use function array_map;
use function assert;
use function chr;
use function count;
use function ord;
use function str_repeat;
use function strlen;
class Chunk{
public const DIRTY_FLAG_TERRAIN = 1 << 0;