mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
CS again :<
This commit is contained in:
@ -24,8 +24,8 @@ declare(strict_types=1);
|
|||||||
namespace pocketmine\block;
|
namespace pocketmine\block;
|
||||||
|
|
||||||
use pocketmine\block\utils\BlockEventHelper;
|
use pocketmine\block\utils\BlockEventHelper;
|
||||||
use pocketmine\block\utils\MultiAnySupportTrait;
|
|
||||||
use pocketmine\block\utils\MultiAnyFacing;
|
use pocketmine\block\utils\MultiAnyFacing;
|
||||||
|
use pocketmine\block\utils\MultiAnySupportTrait;
|
||||||
use pocketmine\block\utils\SupportType;
|
use pocketmine\block\utils\SupportType;
|
||||||
use pocketmine\item\Fertilizer;
|
use pocketmine\item\Fertilizer;
|
||||||
use pocketmine\item\Item;
|
use pocketmine\item\Item;
|
||||||
|
@ -23,8 +23,8 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace pocketmine\block;
|
namespace pocketmine\block;
|
||||||
|
|
||||||
use pocketmine\block\utils\MultiAnySupportTrait;
|
|
||||||
use pocketmine\block\utils\MultiAnyFacing;
|
use pocketmine\block\utils\MultiAnyFacing;
|
||||||
|
use pocketmine\block\utils\MultiAnySupportTrait;
|
||||||
use pocketmine\block\utils\SupportType;
|
use pocketmine\block\utils\SupportType;
|
||||||
|
|
||||||
final class ResinClump extends Transparent implements MultiAnyFacing{
|
final class ResinClump extends Transparent implements MultiAnyFacing{
|
||||||
|
Reference in New Issue
Block a user