Added item activation, zombie spawn egg

This commit is contained in:
Shoghi Cervantes
2014-08-16 14:01:07 +02:00
parent 758a6af678
commit c675605014
5 changed files with 114 additions and 9 deletions

View File

@@ -59,6 +59,9 @@ use pocketmine\plugin\Plugin;
use pocketmine\Server;
abstract class Entity extends Position implements Metadatable{
const NETWORK_ID = -1;
public static $entityCount = 1;
/**