Added axis support for all-sided logs

This commit is contained in:
Dylan K. Taylor
2022-07-03 17:27:25 +01:00
parent 3e7d34c8ad
commit 33eef99d1f
9 changed files with 37 additions and 72 deletions

View File

@ -23,6 +23,7 @@ declare(strict_types=1);
namespace pocketmine\block;
use pocketmine\block\utils\PillarRotationTrait;
use pocketmine\block\utils\TreeType;
use pocketmine\data\runtime\block\BlockDataReader;
use pocketmine\data\runtime\block\BlockDataWriter;
@ -32,6 +33,7 @@ use pocketmine\math\Vector3;
use pocketmine\player\Player;
class Wood extends Opaque{
use PillarRotationTrait;
private TreeType $treeType;