New Chunk objects / structure, Anvil region loader [WiP]

This commit is contained in:
Shoghi Cervantes
2014-04-10 05:05:36 +02:00
parent abccfeac37
commit aa1de79337
19 changed files with 594 additions and 26 deletions

View File

@@ -41,7 +41,7 @@ use pocketmine\network\protocol\SetEntityMotionPacket;
use pocketmine\network\protocol\SetTimePacket;
use pocketmine\Network;
use pocketmine\Player;
use pocketmine\pmf\LevelFormat;
use pocketmine\level\format\pmf\LevelFormat;
use pocketmine\Server;
abstract class Entity extends Position{