This commit is contained in:
Dylan K. Taylor 2022-01-31 01:20:52 +00:00
parent ab5a7b0d04
commit 710201fd51
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 3 additions and 1 deletions

View File

@ -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{

View File

@ -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{
/**