mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 19:28:55 +00:00
shut CS
This commit is contained in:
parent
ab5a7b0d04
commit
710201fd51
@ -39,6 +39,7 @@ use pocketmine\math\Axis;
|
|||||||
use pocketmine\math\Facing;
|
use pocketmine\math\Facing;
|
||||||
use pocketmine\nbt\tag\CompoundTag;
|
use pocketmine\nbt\tag\CompoundTag;
|
||||||
use function array_key_exists;
|
use function array_key_exists;
|
||||||
|
use function min;
|
||||||
|
|
||||||
final class BlockStateDeserializer{
|
final class BlockStateDeserializer{
|
||||||
|
|
||||||
|
@ -22,10 +22,11 @@
|
|||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace pocketmine\data\bedrock\blockstate;
|
namespace pocketmine\data\bedrock\blockstate;
|
||||||
|
|
||||||
use pocketmine\block\Block;
|
use pocketmine\block\Block;
|
||||||
use pocketmine\block\VanillaBlocks;
|
use pocketmine\block\VanillaBlocks;
|
||||||
use pocketmine\data\bedrock\blockstate\BlockTypeNames as Ids;
|
use pocketmine\data\bedrock\blockstate\BlockTypeNames as Ids;
|
||||||
use pocketmine\nbt\tag\CompoundTag;
|
use function get_class;
|
||||||
|
|
||||||
final class BlockStateSerializer{
|
final class BlockStateSerializer{
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user