mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +00:00
imports cleanup
This commit is contained in:
parent
88715c7055
commit
ae6a7b7cc9
@ -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{
|
||||
|
@ -23,6 +23,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\world\format;
|
||||
|
||||
use function chr;
|
||||
use function ord;
|
||||
use function strlen;
|
||||
|
||||
final class BiomeArray{
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user