Working Threaded Generation

This commit is contained in:
Shoghi Cervantes
2014-06-10 20:45:09 +02:00
parent 392eb74901
commit fa50cbf4b3
56 changed files with 1631 additions and 1733 deletions

View File

@ -25,7 +25,6 @@ use pocketmine\entity\Entity;
use pocketmine\event\Cancellable;
use pocketmine\Event;
use pocketmine\level\Position;
use pocketmine\math\Vector3 as Vector3;
class EntityTeleportEvent extends EntityEvent implements Cancellable{
public static $handlerList = null;