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

@ -23,11 +23,11 @@ namespace pocketmine\entity;
use pocketmine\block\Block;
use pocketmine\block\Flowable;
use pocketmine\block\Liquid;
use pocketmine\event\entity\EntityBlockChangeEvent;
use pocketmine\event\entity\EntityDamageEvent;
use pocketmine\event\entity\EntityRegainHealthEvent;
use pocketmine\item\Item as ItemItem;
use pocketmine\math\Vector3;
use pocketmine\nbt\tag\Byte;