This commit is contained in:
Dylan K. Taylor 2025-08-24 20:13:15 +01:00
parent 0e498720bd
commit 31f6f5d252
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
3 changed files with 0 additions and 4 deletions

View File

@ -23,8 +23,6 @@ declare(strict_types=1);
namespace pocketmine\block\tile; namespace pocketmine\block\tile;
use pocketmine\nbt\tag\CompoundTag;
/** /**
* @deprecated * @deprecated
*/ */

View File

@ -23,7 +23,6 @@ declare(strict_types=1);
namespace pocketmine\block\tile; namespace pocketmine\block\tile;
use pocketmine\block\HangingRoots;
use pocketmine\data\SavedDataLoadingException; use pocketmine\data\SavedDataLoadingException;
use pocketmine\math\Vector3; use pocketmine\math\Vector3;
use pocketmine\nbt\NbtException; use pocketmine\nbt\NbtException;

View File

@ -27,7 +27,6 @@ use pocketmine\block\Block;
use pocketmine\block\utils\SupportType; use pocketmine\block\utils\SupportType;
use pocketmine\math\Facing; use pocketmine\math\Facing;
use pocketmine\math\Vector3; use pocketmine\math\Vector3;
use pocketmine\player\Player;
final class HangingSign extends Item{ final class HangingSign extends Item{