mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +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\nbt\tag\CompoundTag;
|
||||
use function array_key_exists;
|
||||
use function min;
|
||||
|
||||
final class BlockStateDeserializer{
|
||||
|
||||
|
@ -22,10 +22,11 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\data\bedrock\blockstate;
|
||||
|
||||
use pocketmine\block\Block;
|
||||
use pocketmine\block\VanillaBlocks;
|
||||
use pocketmine\data\bedrock\blockstate\BlockTypeNames as Ids;
|
||||
use pocketmine\nbt\tag\CompoundTag;
|
||||
use function get_class;
|
||||
|
||||
final class BlockStateSerializer{
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user