Optimize Imports

This commit is contained in:
Shoghi Cervantes
2014-03-11 20:47:31 +01:00
parent b3a2d3164f
commit a84f756fd5
88 changed files with 117 additions and 119 deletions

View File

@ -21,7 +21,6 @@
namespace PocketMine\Level\Generator;
use PocketMine;
use PocketMine\Block\CoalOre;
use PocketMine\Block\DiamondOre;
use PocketMine\Block\Dirt;
@ -35,6 +34,7 @@ use PocketMine\Level\Generator\Populator\Ore;
use PocketMine\Level\Level;
use PocketMine\Math\Vector3 as Vector3;
use PocketMine\Utils\Random;
use PocketMine;
class Flat extends Generator{
private $level, $random, $structure, $chunks, $options, $floorLevel, $preset, $populators = array();