use cleanup

This commit is contained in:
Shoghi Cervantes
2015-08-07 21:26:24 +02:00
parent d026e2ecf0
commit 3e2cce3c2c
53 changed files with 82 additions and 116 deletions

View File

@ -21,14 +21,9 @@
namespace pocketmine\inventory;
use pocketmine\level\Level;
use pocketmine\level\Position;
use pocketmine\math\Vector3;
use pocketmine\network\Network;
use pocketmine\network\protocol\TileEventPacket;
use pocketmine\Player;
use pocketmine\Server;
use pocketmine\tile\Chest;
class FakeBlockMenu extends Position implements InventoryHolder{