mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
Fix CS
This commit is contained in:
@ -25,8 +25,6 @@ namespace pocketmine\block;
|
|||||||
|
|
||||||
use pocketmine\block\tile\Banner as TileBanner;
|
use pocketmine\block\tile\Banner as TileBanner;
|
||||||
use pocketmine\block\utils\BannerPatternLayer;
|
use pocketmine\block\utils\BannerPatternLayer;
|
||||||
use pocketmine\block\utils\BlockDataReader;
|
|
||||||
use pocketmine\block\utils\BlockDataWriter;
|
|
||||||
use pocketmine\block\utils\ColoredTrait;
|
use pocketmine\block\utils\ColoredTrait;
|
||||||
use pocketmine\block\utils\DyeColor;
|
use pocketmine\block\utils\DyeColor;
|
||||||
use pocketmine\block\utils\SupportType;
|
use pocketmine\block\utils\SupportType;
|
||||||
|
@ -23,8 +23,6 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace pocketmine\block;
|
namespace pocketmine\block;
|
||||||
|
|
||||||
use pocketmine\block\utils\BlockDataReader;
|
|
||||||
use pocketmine\block\utils\BlockDataWriter;
|
|
||||||
use pocketmine\block\utils\SignLikeRotationTrait;
|
use pocketmine\block\utils\SignLikeRotationTrait;
|
||||||
use pocketmine\item\Item;
|
use pocketmine\item\Item;
|
||||||
use pocketmine\math\Facing;
|
use pocketmine\math\Facing;
|
||||||
|
@ -23,8 +23,6 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace pocketmine\block;
|
namespace pocketmine\block;
|
||||||
|
|
||||||
use pocketmine\block\utils\BlockDataReader;
|
|
||||||
use pocketmine\block\utils\BlockDataWriter;
|
|
||||||
use pocketmine\block\utils\HorizontalFacingTrait;
|
use pocketmine\block\utils\HorizontalFacingTrait;
|
||||||
use pocketmine\item\Item;
|
use pocketmine\item\Item;
|
||||||
use pocketmine\math\Axis;
|
use pocketmine\math\Axis;
|
||||||
|
@ -24,14 +24,12 @@ declare(strict_types=1);
|
|||||||
namespace pocketmine\data\bedrock\block\convert;
|
namespace pocketmine\data\bedrock\block\convert;
|
||||||
|
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
use pocketmine\block\BaseBanner;
|
||||||
use pocketmine\block\Bed;
|
use pocketmine\block\Bed;
|
||||||
use pocketmine\block\BlockFactory;
|
use pocketmine\block\BlockFactory;
|
||||||
use pocketmine\block\BlockTypeIds;
|
|
||||||
use pocketmine\block\Skull;
|
use pocketmine\block\Skull;
|
||||||
use pocketmine\block\utils\DyeColor;
|
|
||||||
use pocketmine\data\bedrock\block\BlockStateDeserializeException;
|
use pocketmine\data\bedrock\block\BlockStateDeserializeException;
|
||||||
use pocketmine\data\bedrock\block\BlockStateSerializeException;
|
use pocketmine\data\bedrock\block\BlockStateSerializeException;
|
||||||
use pocketmine\block\BaseBanner;
|
|
||||||
use function print_r;
|
use function print_r;
|
||||||
|
|
||||||
final class BlockSerializerDeserializerTest extends TestCase{
|
final class BlockSerializerDeserializerTest extends TestCase{
|
||||||
|
Reference in New Issue
Block a user