Move pocketmine\tile\* to pocketmine\block\tile\*

This commit is contained in:
Dylan K. Taylor
2019-05-25 19:23:43 +01:00
parent 066eadd687
commit b329cac3d2
41 changed files with 76 additions and 65 deletions

View File

@ -23,11 +23,11 @@ declare(strict_types=1);
namespace pocketmine\event\inventory;
use pocketmine\block\tile\Furnace;
use pocketmine\event\block\BlockEvent;
use pocketmine\event\Cancellable;
use pocketmine\event\CancellableTrait;
use pocketmine\item\Item;
use pocketmine\tile\Furnace;
class FurnaceBurnEvent extends BlockEvent implements Cancellable{
use CancellableTrait;

View File

@ -23,11 +23,11 @@ declare(strict_types=1);
namespace pocketmine\event\inventory;
use pocketmine\block\tile\Furnace;
use pocketmine\event\block\BlockEvent;
use pocketmine\event\Cancellable;
use pocketmine\event\CancellableTrait;
use pocketmine\item\Item;
use pocketmine\tile\Furnace;
class FurnaceSmeltEvent extends BlockEvent implements Cancellable{
use CancellableTrait;