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

@ -68,7 +68,7 @@ use pocketmine\network\raknet\Packet;
use pocketmine\permission\PermissibleBase;
use pocketmine\permission\PermissionAttachment;
use pocketmine\plugin\Plugin;
use pocketmine\pmf\LevelFormat;
use pocketmine\level\format\pmf\LevelFormat;
use pocketmine\recipes\Crafting;
use pocketmine\scheduler\CallbackTask;
use pocketmine\tile\Chest;
@ -78,7 +78,6 @@ use pocketmine\tile\Spawnable;
use pocketmine\tile\Tile;
use pocketmine\utils\Binary;
use pocketmine\utils\TextFormat;
use pocketmine\utils\Utils;
/**
* Main class that handles networking, recovery, and packet sending to the server part