Lang: Move TranslationContainer and TextContainer to \pocketmine\lang namespace

why the hell were they ever put in \pocketmine\event in the first place??

This change was suggested many months ago but I forgot all about it.
This commit is contained in:
Dylan K. Taylor
2018-02-04 20:03:30 +00:00
parent bf3f5532ac
commit 906d7eb176
53 changed files with 54 additions and 56 deletions

View File

@ -23,9 +23,9 @@ declare(strict_types=1);
namespace pocketmine\block;
use pocketmine\event\TranslationContainer;
use pocketmine\item\Item;
use pocketmine\item\ItemFactory;
use pocketmine\lang\TranslationContainer;
use pocketmine\level\Level;
use pocketmine\math\AxisAlignedBB;
use pocketmine\math\Vector3;