Removed unused imports

This commit is contained in:
Shoghi Cervantes
2014-11-04 12:08:24 +01:00
parent 8fd6582e74
commit 32dae93ef9
26 changed files with 0 additions and 43 deletions

View File

@@ -23,7 +23,6 @@ namespace pocketmine\entity;
use pocketmine\level\format\FullChunk;
use pocketmine\nbt\tag\Compound;
use pocketmine\nbt\tag\String;
use pocketmine\network\protocol\AddEntityPacket;
use pocketmine\network\protocol\SetEntityMotionPacket;
use pocketmine\Player;

View File

@@ -22,8 +22,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class Chicken extends Animal{
}

View File

@@ -22,8 +22,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class Cow extends Animal{
}

View File

@@ -22,8 +22,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class Creeper extends Monster implements Explosive{
}

View File

@@ -22,8 +22,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class Egg extends Projectile{
}

View File

@@ -23,7 +23,6 @@ namespace pocketmine\entity;
use pocketmine\inventory\InventoryHolder;
use pocketmine\nbt\tag\String;
class Enderman extends Monster implements InventoryHolder{

View File

@@ -30,7 +30,6 @@ use pocketmine\item\Item as ItemItem;
use pocketmine\math\Vector3;
use pocketmine\nbt\tag\Byte;
use pocketmine\nbt\tag\Int;
use pocketmine\nbt\tag\String;
use pocketmine\network\protocol\AddEntityPacket;
use pocketmine\network\protocol\SetEntityMotionPacket;
use pocketmine\Player;

View File

@@ -22,8 +22,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class Ozelot extends Animal implements Tameable{
}

View File

@@ -22,8 +22,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class Painting extends Hanging{
}

View File

@@ -22,8 +22,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class Pig extends Animal implements Rideable{
}

View File

@@ -22,8 +22,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class PigZombie extends Zombie{
}

View File

@@ -27,7 +27,6 @@ use pocketmine\event\entity\EntityRegainHealthEvent;
use pocketmine\event\entity\ExplosionPrimeEvent;
use pocketmine\level\Explosion;
use pocketmine\nbt\tag\Byte;
use pocketmine\nbt\tag\String;
use pocketmine\network\protocol\AddEntityPacket;
use pocketmine\network\protocol\SetEntityMotionPacket;
use pocketmine\Player;

View File

@@ -22,8 +22,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class Sheep extends Animal implements Colorable{
}

View File

@@ -22,8 +22,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class Silverfish extends Monster{
}

View File

@@ -21,8 +21,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class Skeleton extends Monster implements ProjectileSource{
}

View File

@@ -22,8 +22,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class Slime extends Living{
}

View File

@@ -24,7 +24,6 @@ namespace pocketmine\entity;
use pocketmine\level\format\FullChunk;
use pocketmine\nbt\tag\Compound;
use pocketmine\nbt\tag\String;
use pocketmine\network\protocol\AddEntityPacket;
use pocketmine\network\protocol\SetEntityMotionPacket;
use pocketmine\Player;

View File

@@ -22,8 +22,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class Spider extends Monster{
}

View File

@@ -23,7 +23,6 @@ namespace pocketmine\entity;
use pocketmine\nbt\tag\Int;
use pocketmine\nbt\tag\String;
use pocketmine\network\protocol\AddMobPacket;
use pocketmine\network\protocol\SetEntityMotionPacket;
use pocketmine\Player;

View File

@@ -22,8 +22,6 @@
namespace pocketmine\entity;
use pocketmine\nbt\tag\String;
class Wolf extends Animal implements Tameable{
}

View File

@@ -24,7 +24,6 @@ namespace pocketmine\entity;
use pocketmine\event\entity\EntityDamageByEntityEvent;
use pocketmine\item\Item as ItemItem;
use pocketmine\nbt\tag\String;
use pocketmine\network\protocol\AddMobPacket;
use pocketmine\network\protocol\SetEntityMotionPacket;
use pocketmine\Player;