mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +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\EntityLegacyIds;
|
||||||
use pocketmine\network\mcpe\protocol\types\entity\EntityMetadataProperties;
|
use pocketmine\network\mcpe\protocol\types\entity\EntityMetadataProperties;
|
||||||
use pocketmine\player\Player;
|
use pocketmine\player\Player;
|
||||||
use function realpath;
|
|
||||||
use function sqrt;
|
use function sqrt;
|
||||||
|
|
||||||
class ExperienceOrb extends Entity{
|
class ExperienceOrb extends Entity{
|
||||||
|
@ -23,6 +23,8 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace pocketmine\world\format;
|
namespace pocketmine\world\format;
|
||||||
|
|
||||||
|
use function chr;
|
||||||
|
use function ord;
|
||||||
use function strlen;
|
use function strlen;
|
||||||
|
|
||||||
final class BiomeArray{
|
final class BiomeArray{
|
||||||
|
@ -39,12 +39,8 @@ use pocketmine\world\World;
|
|||||||
use function array_fill;
|
use function array_fill;
|
||||||
use function array_filter;
|
use function array_filter;
|
||||||
use function array_map;
|
use function array_map;
|
||||||
use function assert;
|
|
||||||
use function chr;
|
|
||||||
use function count;
|
use function count;
|
||||||
use function ord;
|
|
||||||
use function str_repeat;
|
use function str_repeat;
|
||||||
use function strlen;
|
|
||||||
|
|
||||||
class Chunk{
|
class Chunk{
|
||||||
public const DIRTY_FLAG_TERRAIN = 1 << 0;
|
public const DIRTY_FLAG_TERRAIN = 1 << 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user