Formatting code

This commit is contained in:
Shoghi Cervantes
2014-03-23 00:32:05 +01:00
parent af14c87572
commit 80cfa7cc84
126 changed files with 473 additions and 469 deletions

View File

@ -24,10 +24,10 @@
*/
namespace PocketMine\Block;
use PocketMine;
use PocketMine\Item\Item;
use PocketMine\Level\Level;
use PocketMine\Level\Position;
use PocketMine;
abstract class Block extends Position{
const AIR = 0;