From d6dfcb11e8dc18d7f845da1088bdb2183ed37c4a Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 30 Sep 2021 17:32:06 +0100 Subject: [PATCH] BlockStateDeserializerR13: fixed some formatting issues --- src/data/bedrock/blockstate/BlockStateDeserializerR13.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/bedrock/blockstate/BlockStateDeserializerR13.php b/src/data/bedrock/blockstate/BlockStateDeserializerR13.php index b73debd20..65a487bd0 100644 --- a/src/data/bedrock/blockstate/BlockStateDeserializerR13.php +++ b/src/data/bedrock/blockstate/BlockStateDeserializerR13.php @@ -36,7 +36,6 @@ use pocketmine\block\Liquid; use pocketmine\block\RedMushroomBlock; use pocketmine\block\RedstoneComparator; use pocketmine\block\RedstoneRepeater; -use pocketmine\block\Sapling; use pocketmine\block\SimplePressurePlate; use pocketmine\block\Slab; use pocketmine\block\Stair; @@ -77,6 +76,7 @@ final class BlockStateDeserializerR13{ private function mapVanilla(string $minecraftId, \Closure $c) : void{ $this->mapId("minecraft:$minecraftId", $c); } + /** @throws BlockStateDeserializeException */ private function decodeButton(Button $block, BlockStateReader $in) : Button{ return $block